Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed May 13, 2024
1 parent 4017cef commit 90802a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/custom_authenticator.rst
Expand Up @@ -163,7 +163,7 @@ can define what happens in these cases:
``onAuthenticationSuccess(Request $request, TokenInterface $token, string $firewallName): ?Response``
If the user is authenticated, this method is called with the
authenticated ``$token``. This method can return a response (e.g.
redirect the user to their profile page).
redirect the user to some page).

If ``null`` is returned, the request continues like normal (i.e. the
controller matching the login route is called). This is useful for API
Expand Down

0 comments on commit 90802a6

Please sign in to comment.