package
Version:
v0.3.6
Opens a new window with list of versions in this module.
Published: Sep 3, 2024
License: MPL-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package jwt handles JWT authentication/validation.
type Claims struct {
VerifiedEmail string `json:"email"`
}
Claims represents the claims of a JWT.
Verifier is able to verify a JWT and extract its claims.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.