Skip to main content

Module session

Module session 

Source
Expand description

Session validation state machine (RFC-006).

Pure, storage-free. The store is responsible for querying and providing the record state; this module classifies the outcome without any I/O.

Enums§

SessionValidationOutcome
The result of validating a session secret against the store (RFC-006 §13.3).

Functions§

classify_session
Classify a session lookup from the store’s query result.