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

# Functions

Create returns an authenticated token string for the provided payload byte sequence (e.g., an arbitrary identifier).
Verify checks the authenticity of the provided token given the associated key and extracts the payload byte sequence therein.

# Constants

Version is the version identifier prefix for this token implementation.