Storage
Interfaces, Classes, Traits and Enums
- AbstractSession
- A testable session abstraction.
- AbstractTokenStorage
- Used to store and validate tokens used to mitigate CSRF attacks
- SessionTokenStorage
- Uses the session to store the CSRF token
- SessionWrapper
- Allows for testable session handling.