Categorygithub.com/uncle-gua/sessions
modulepackage
0.0.0-20240902124207-7909b62d806c
Repository: https://github.com/uncle-gua/sessions.git
Documentation: pkg.go.dev

# README

sessions

gin sessions

# Functions

shortcut to get session.
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.
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.
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.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author

# Structs

Options stores configuration for a session or session store.

# Interfaces

Wraps thinly gorilla-session methods.
No description provided by the author