# Functions
GenerateToken generates a JWT token.
GetClaimsFromContext gets the JWT claims from the echo context.
GetClaimsFromRefreshToken gets the claims from the refresh token.
GetEchoJWTConfig returns the echo JWT config.
GetJWTPublicKey gets the JWT public key.
GetJWTRefreshSigningKey gets the JWT refresh signing key.
GetJWTSigningKey gets the JWT signing key.
No description provided by the author
NewValidator returns a new Validator.
No description provided by the author
# Structs
JwtClaims defines the default claims for JWT.
TokenDetails defines the details of the tokens.
Validator is a wrapper around the validator package.