Skip to content

Commit 98bafd9

Browse files
committed
minor #13952 Update experimental_authenticators.rst (Souhail-5)
This PR was merged into the 5.1 branch. Discussion ---------- Update experimental_authenticators.rst Fix the link for `PreAuthenticatedUserBadge` class <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 486a1fe Update experimental_authenticators.rst
2 parents 0bb2727 + 486a1fe commit 98bafd9

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)