package
0.0.0-20210630084214-6eec0fdf877d
Repository: https://github.com/aerospike-community/amc.git
Documentation: pkg.go.dev

# Functions

Default - shortcut to get session.
NewCookieStore used for cookieStore Keys are defined in pairs to allow key rotation, but the common case is to set a single authentication key and optionally an encryption key.
Sessions - sessions handler.

# Constants

Session key.

# Variables

ErrDefaultSessionMiddlewareNotRegistered - default error message.

# Structs

Options stores configuration for a session or session store.

# Interfaces

CookieStore used for storing session cookies.
Session stores the values and optional configuration for a session.
Store interface.