We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 285bc11 commit 2fa5c7eCopy full SHA for 2fa5c7e
security/guard_authentication.rst
@@ -148,7 +148,7 @@ user (if any).
148
To create a custom authentication system, just create a class and make it implement
149
:class:`Symfony\\Component\\Security\\Guard\\GuardAuthenticatorInterface`. Or, extend
150
the simpler :class:`Symfony\\Component\\Security\\Guard\\AbstractGuardAuthenticator`.
151
-This requires you to implement six methods::
+This requires you to implement seven methods::
152
153
// src/AppBundle/Security/TokenAuthenticator.php
154
namespace AppBundle\Security;
0 commit comments