Skip to main content

Module token

Module token 

Source
Expand description

SessionToken — opaque 32-byte cryptographic session token.

The raw bytes are never transmitted; the hex-encoded value goes in the signed cookie, and only the SHA-256 hash is stored in the database. Debug and Display both redact the value as "****".

Structs§

SessionToken
A cryptographically random 32-byte session token.