# Functions
LoadPrivateKey loads a private key from PEM/DER/JWK-encoded data.
LoadPublicKey loads a public key from PEM/DER/JWK-encoded data.
NewSigner creates a thin wrapper around Square's go-jose library to issue JWT.
No description provided by the author
NewVerifier creates a new verifier for raw JWT.
# Constants
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
https://www.iana.org/assignments/jwt/jwt.xhtml.
No description provided by the author
# Interfaces
JWTSigner is an interface for JWT signers.
JWTVerifier verifies a JWT and parses claims.