Documentation
¶
Overview ¶
Package cookiestore provies an abstraction on top of the existing cookie store to handle hot-reloading of cookie HMAC and encryption keys.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EntropyFunc ¶
EntropyFunc is a function that returns the cookie hash and encryption keys. The first 32 bytes are the encryption key, the remaining bytes are the HMAC key.
Click to show internal directories.
Click to hide internal directories.