Skip to content

Commit 2fa5c7e

Browse files
javihgilxabbuh
authored andcommitted
Update guard_authentication.rst
"Or, extend the simpler :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`. This requires you to implement seven methods::" not six. GuardAuthenticatorInterface defines 8 methods, and AbstractGuardAuthenticator implements only the createAuthenticatedToken method: http://api.symfony.com/3.2/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.html http://api.symfony.com/3.2/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.html Thanks!
1 parent 285bc11 commit 2fa5c7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/guard_authentication.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ user (if any).
148148
To create a custom authentication system, just create a class and make it implement
149149
:class:`Symfony\\Component\\Security\\Guard\\GuardAuthenticatorInterface`. Or, extend
150150
the simpler :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`.
151-
This requires you to implement six methods::
151+
This requires you to implement seven methods::
152152

153153
// src/AppBundle/Security/TokenAuthenticator.php
154154
namespace AppBundle\Security;

0 commit comments

Comments
 (0)