package
1.1.8
Repository: https://github.com/go-zoox/crypto.git
Documentation: pkg.go.dev

# Functions

New creates a new JWT.
Sign signs data with secret.
Verify verifies data with secret.

# 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.