# Functions
IssueToken issue jwt access token from the given dest.
ParseToken parse jwt access token to the given dest.
# Variables
ErrInvalidAlg is returned by Authenticate Strategy method, when jwt token alg header does not match key algorithm.
ErrMissingKID is returned by Authenticate Strategy method, when failed to retrieve kid from token header.
# Interfaces
SecretsKeeper hold all secrets/keys to sign and parse JWT token.