You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: security/guard_authentication.rst
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -330,7 +330,8 @@ Each authenticator needs the following methods:
330
330
If you are implementing the :class:`Symfony\\Component\\Security\\Guard\\AuthenticatorInterface`
331
331
instead of extending the :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`
332
332
class, you have to implement this method. It will be called
333
-
after a successful authentication to create and return the token (a class implementing :class:`Symfony\\Component\\Security\\Guard\\Token\\GuardTokenInterface`)
333
+
after a successful authentication to create and return the token (a
334
+
class implementing :class:`Symfony\\Component\\Security\\Guard\\Token\\GuardTokenInterface`)
334
335
for the user, who was supplied as the first argument.
335
336
336
337
The picture below shows how Symfony calls Guard Authenticator methods:
0 commit comments