Categorygithub.com/go-zoox/jwt
modulepackage
1.4.0
Repository: https://github.com/go-zoox/jwt.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

No description provided by the author
New creates a new JWT.
No description provided by the author
No description provided by the author
No description provided by the author
Parse parses header and payload from token.
Sign signs data with secret.
Verify verifies data with secret.

# Constants

AlgHS256 is the algorithm name for HS256.
AlgHS384 is the algorithm name for HS384.
AlgHS512 is the algorithm name for HS512.

# Variables

Version is the version of this package.

# Structs

Header is the header of JWT.
Options is the options for jwt.
Payload is the payload of JWT.
SignOptions is the options for Sign.
VerifyOptions is the options for Verify.

# Interfaces

Jwt is the jwt.