From 9eccbe8ad82395b79f7afbe909629bc271634b58 Mon Sep 17 00:00:00 2001 From: jonasarts Date: Wed, 20 Dec 2017 10:16:54 +0100 Subject: [PATCH] Added Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator --- security/guard_authentication.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/security/guard_authentication.rst b/security/guard_authentication.rst index 8af6551646a..c517c048624 100644 --- a/security/guard_authentication.rst +++ b/security/guard_authentication.rst @@ -496,6 +496,7 @@ service to be passed) and add the following logic:: use Symfony\Component\Security\Csrf\CsrfTokenManagerInterface; use Symfony\Component\Security\Csrf\CsrfToken; use Symfony\Component\Security\Core\Exception\InvalidCsrfTokenException; + use Symfony\Component\Security\Guard\Authenticator\AbstractFormLoginAuthenticator; class ExampleFormAuthenticator extends AbstractFormLoginAuthenticator {