RememberMe
Table of Contents
Interfaces
- PersistentTokenInterface
- Interface to be implemented by persistent token classes (such as Doctrine entities representing a remember-me token).
- TokenProviderInterface
- Interface for TokenProviders.
- TokenVerifierInterface
Classes
- CacheTokenVerifier
- InMemoryTokenProvider
- This class is used for testing purposes, and is not really suited for production.