Commit 2fa5c7e
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
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments