Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SessionIDKey = "session-id"
Replace this variable to change the key
Functions ¶
This section is empty.
Types ¶
type CookieStore ¶
type CookieStore[T any] struct { // contains filtered or unexported fields }
func NewCookieStore ¶
func NewCookieStore[T any](authenticationKey, encryptionKey []byte) *CookieStore[T]
Click to show internal directories.
Click to hide internal directories.