authn.store

In-memory implementations of storage protocols.

Provides simple in-memory stores for development and testing. For production use, implement the protocols with persistent storage (database, Redis, etc.).

create-session-store

(create-session-store)(create-session-store session-ttl-ms)

Creates an in-memory session store.

Takes an optional session TTL in milliseconds (defaults to 24 hours). Returns a SessionStore implementation backed by an atom.