package
0.5.0
Repository: https://github.com/swfrench/simple-session.git
Documentation: pkg.go.dev

# Constants

VersionHeaderSeparator is the separator between the token version identifier prefix and token body.

# Variables

ErrBadToken indicates that the token string is structurally invalid.
ErrInvalidToken indicates that the token string fails authenticity checks.
ErrUnsupportedVersion indicates that the version identifier embedded in the token string is not supported by this implementation.