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.
2 parents 285bc11 + 2fa5c7e commit 4d970acCopy full SHA for 4d970ac
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