# Constants
Issuer is the JWT issuer.
# Variables
AuthBearerRegexp is a regular expression to extract the authorization token.
JwtSecret is the secret used to generate tokens.
JwtSigningMethod is the algorithm used for signing tokens.
# Structs
EAppClaims are all the claims eApp uses in JWT.
Service is an implementation of JWT service handling.