class RememberMeListener implements ListenerInterface
RememberMeListener implements authentication capabilities via a cookie.
Methods
__construct(TokenStorageInterface $tokenStorage, RememberMeServicesInterface $rememberMeServices, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null, bool $catchExceptions = true, SessionAuthenticationStrategyInterface $sessionStrategy = null) Constructor. | ||
handle(GetResponseEvent $event) Handles remember-me cookie based authentication. |
Details
__construct(TokenStorageInterface $tokenStorage, RememberMeServicesInterface $rememberMeServices, AuthenticationManagerInterface $authenticationManager, LoggerInterface $logger = null, EventDispatcherInterface $dispatcher = null, bool $catchExceptions = true, SessionAuthenticationStrategyInterface $sessionStrategy = null)
Constructor.
handle(GetResponseEvent $event)
Handles remember-me cookie based authentication.
Please login to continue.