Skip to content

Commit 486a1fe

Browse files
authored
Update experimental_authenticators.rst
Fix the link for `PreAuthenticatedUserBadge` class
1 parent 3210982 commit 486a1fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/experimental_authenticators.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ the following badges are supported:
464464
authentication. The constructor requires a token ID (unique per form)
465465
and CSRF token (unique per request). See :doc:`/security/csrf`.
466466

467-
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\PreAuthenticatedBadge`
467+
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Badge\\PreAuthenticatedUserBadge`
468468
Indicates that this user was pre-authenticated (i.e. before Symfony was
469469
initiated). This skips the
470470
:doc:`pre-authentication user checker </security/user_checkers>`.

0 commit comments

Comments
 (0)