Skip to main content

Module session

Module session 

Source
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§

SessionManager
Manages session issuance, validation, and revocation (RFC-013 §3).