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