Documentation
¶
Overview ¶
Package sessiontoken mints and verifies the stateless HMAC-signed tokens that replace the uihost's in-memory session map. A token is
sess-<128-bit random>.<unix-seconds>.<base64url HMAC-SHA256>
and carries no state beyond its own id and mint time, so any replica holding the same key accepts a token minted by any other — the multi-replica session contract (issue #112). The id portion ("sess-…") doubles as the SSE stream / presence key, exactly like the map-era session ids did.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.