Skip to content

Commit aa69f4b

Browse files
committed
Merge branch '5.1' into 5.2
* 5.1: [Security] Minor typo
2 parents 42b4664 + 804bcc8 commit aa69f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

security/experimental_authenticators.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ The authenticator can be enabled using the ``custom_authenticators`` setting:
375375
- App\Security\ApiKeyAuthenticator
376376
377377
# don't forget to also configure the entry_point if the
378-
# authenticator implements AuthenticatorEntryPointInterface
378+
# authenticator implements AuthenticationEntryPointInterface
379379
# entry_point: App\Security\CustomFormLoginAuthenticator
380380
381381
.. code-block:: xml
@@ -447,7 +447,7 @@ well as other pieces of information, like whether a password should be checked
447447
or if "remember me" functionality should be enabled.
448448

449449
The default
450-
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`.
450+
:class:`Symfony\\Component\\Security\\Http\\Authenticator\\Passport\\Passport`
451451
requires a user object and credentials. The following credential classes
452452
are supported by default:
453453

0 commit comments

Comments
 (0)