package
0.41.0
Repository: https://github.com/vouch/vouch-proxy.git
Documentation: pkg.go.dev

# Functions

ClaimsFromJWT parse the jwt and return the claims.
Configure see main.go configure().
FindJWT look for JWT in Cookie, JWT Header, Authorization Header (OAuth2 Bearer Token) and Query String in that order.
JWTCacheHandler looks for a JWT and..
NewVPJWT issue a signed Vouch Proxy JWT for a user.
ParseTokenString converts signed token to jwt struct.
PTokenClaims get all the claims.
SiteInToken searches does the token contain the site?.

# Variables

Cache in memory temporary store for responses from /validate for jwt.
StandardClaims jwt.StandardClaims implementation.

# Structs

VouchClaims jwt Claims specific to vouch.