//
pkg.gl
Category
github.com/go-zoox/crypto
jwt
package
1.1.8
Repository:
https://github.com/go-zoox/crypto.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
8
Dependents
2
Files
292 SLOC
#
Functions
New
New creates a new JWT.
Sign
Sign signs data with secret.
Verify
Verify verifies data with secret.
#
Structs
Header
Header is the header of JWT.
Options
Options is the options for jwt.
Payload
Payload is the payload of JWT.
SignOptions
SignOptions is the options for Sign.
VerifyOptions
VerifyOptions is the options for Verify.
#
Interfaces
Jwt
Jwt is the jwt.