Skip to content

Commit 789c227

Browse files
committed
minor #17140 [Security] Minor: Deleting link (ThomasLandauer)
This PR was merged into the 5.4 branch. Discussion ---------- [Security] Minor: Deleting link The link text was wrong: > See How to Write a Custom Authenticator below for a detailed look into the authentication process. And passports are the next heading anyway. Commits ------- 39536a1 Minor: Deleting link
2 parents 281fda0 + 39536a1 commit 789c227

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

security/custom_authenticator.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,8 @@ The ``authenticate()`` method is the most important method of the
143143
authenticator. Its job is to extract credentials (e.g. username &
144144
password, or API tokens) from the ``Request`` object and transform these
145145
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.
146+
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`
147+
(see below).
149148

150149
After the authentication process finished, the user is either authenticated
151150
or there was something wrong (e.g. incorrect password). The authenticator

0 commit comments

Comments
 (0)