Namespace Riimu\Kit\CSRF\Storage
Classes summary
CookieStorage | Token storage that uses browser cookies to store the CSRF token. |
SessionStorage | Stores the actual token in a session variable. |
Interfaces summary
TokenStorage | Interface for a persistent token storage. |
Exceptions summary
TokenStorageException | Thrown when error occurs in token storage. |