class AnonymousAuthenticationListener implements ListenerInterface
AnonymousAuthenticationListener automatically adds a Token if none is already present.
Methods
__construct(TokenStorageInterface $tokenStorage, $secret, LoggerInterface $logger = null, AuthenticationManagerInterface $authenticationManager = null) | ||
handle(GetResponseEvent $event) Handles anonymous authentication. |
Details
__construct(TokenStorageInterface $tokenStorage, $secret, LoggerInterface $logger = null, AuthenticationManagerInterface $authenticationManager = null)
handle(GetResponseEvent $event)
Handles anonymous authentication.
Please login to continue.