Skip to content

Commit

Permalink
Added Symfony\Component\Security\Guard\Authenticator\AbstractFormLogi…
Browse files Browse the repository at this point in the history
…nAuthenticator
  • Loading branch information
jonasarts authored and weaverryan committed Dec 30, 2017
1 parent 533bfc6 commit 69fb4be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions security/guard_authentication.rst
Expand Up @@ -489,6 +489,7 @@ 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
{
Expand Down

0 comments on commit 69fb4be

Please sign in to comment.