Skip to content

Commit 9cebba1

Browse files
committed
Reword
1 parent 789c227 commit 9cebba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/custom_authenticator.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ 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
146146
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`
147-
(see below).
147+
(security passports are explained later in this article).
148148

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

0 commit comments

Comments
 (0)