package
1.0.15
Repository: https://github.com/18f/culper.git
Documentation: pkg.go.dev

# 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.