# Constants
No description provided by the author
No description provided by the author
JWTContextKey holds the key used to store a JWT in the context.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
ErrTokenContextMissing denotes a token was not passed into the parsing middleware's context.
ErrTokenExpired denotes a token's expire header (exp) has since passed.
ErrTokenInvalid denotes a token was not able to be validated.
ErrTokenMalformed denotes a token was not formatted as a JWT.
ErrTokenNotActive denotes a token's not before header (nbf) is in the future.
Unauthorized error.
ErrUnexpectedSigningMethod denotes a token was signed with an unexpected signing method.