Commit 4d970ac
committed
minor #7964 Update guard_authentication.rst (javihgil)
This PR was submitted for the 3.2 branch but it was merged into the 2.8 branch instead (closes #7964).
Discussion
----------
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!
Commits
-------
2fa5c7e Update guard_authentication.rst1 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