Skip to content

Commit

Permalink
Merge branch '7.0' into 7.1
Browse files Browse the repository at this point in the history
* 7.0:
  [Security]: Redirect user to profile page
  • Loading branch information
javiereguiluz committed May 13, 2024
2 parents 639373d + 6e11752 commit 793d538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security/custom_authenticator.rst
Expand Up @@ -154,7 +154,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 the homepage).
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 793d538

Please sign in to comment.