class AbstractFormLoginAuthenticator extends AbstractGuardAuthenticator
A base class to make form login authentication easier!
Traits
TargetPathTrait Trait to get (and set) the URL the user last visited before being forced to authenticate.
Methods
GuardTokenInterface createAuthenticatedToken(UserInterface $user, string $providerKey) Create an authenticated token for the given user. from AbstractGuardAuthenticator Response|null onAuthenticationFailure(Request $request, Authentic