We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789c227 commit 9cebba1Copy full SHA for 9cebba1
security/custom_authenticator.rst
@@ -144,7 +144,7 @@ authenticator. Its job is to extract credentials (e.g. username &
144
password, or API tokens) from the ``Request`` object and transform these
145
into a security
146
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`
147
-(see below).
+(security passports are explained later in this article).
148
149
After the authentication process finished, the user is either authenticated
150
or there was something wrong (e.g. incorrect password). The authenticator
0 commit comments