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 533bfc6 commit 69fb4beCopy full SHA for 69fb4be
security/guard_authentication.rst
@@ -489,6 +489,7 @@ and add the following logic::
489
use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface;
490
use Symfony\Component\Security\Csrf\CsrfToken;
491
use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException;
492
+ use Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator;
493
494
class ExampleFormAuthenticator extends AbstractFormLoginAuthenticator
495
{
0 commit comments