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 281fda0 commit 39536a1Copy full SHA for 39536a1
security/custom_authenticator.rst
@@ -143,9 +143,8 @@ The ``authenticate()`` method is the most important method of the
143
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 :ref:`security-passport` below for a detailed look into the
148
-authentication process.
+:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`
+(see below).
149
150
After the authentication process finished, the user is either authenticated
151
or there was something wrong (e.g. incorrect password). The authenticator
0 commit comments