# Functions
CacheAdd adds the given data to the cache with the specified key prefix and UUID.
CacheDelete removes the entry with the specified key prefix and UUID from the cache.
CacheFind search the entry with the specified key prefix and UUID from the cache.
CustomKeyFunc is ...
MarshalJWK will marshal a supported public key into JWK format.
New creates a new instance of Config with initialized keys.
Parse is ...
PrivateKey is a function that returns a pointer to an rsa.PrivateKey and an error.
PublicKey is a function that returns a pointer to an rsa.PublicKey and an error.
UnmarshalJWK will unmarshal JWK into a crypto.PublicKey that can be used to validate signatures.
No description provided by the author
# Structs
Config holds the configuration for JWT token generation.
JWK is a JSON Web Key, described in detail in RFC 7517.
No description provided by the author
Tokens holds access and refresh tokens.
UserClaims represents public and private claims for a JWT token.