Expand description
Session manager (RFC-013 §3).
SessionManager composes SessionStore, SecretHasher, Clock,
CookiePolicy, and AuditSink into the three session operations:
issue (after a won claim), validate (on every authenticated request), and
revoke (on logout or incident response).
Structs§
- Session
Manager - Manages session issuance, validation, and revocation (RFC-013 §3).