# Functions
GetRequestBearerToken parses a request and get the token to pass to k8s API.
Factory function that returns a SetTokenHandler.
ValidateToken checks the token string signature and claims.
# Constants
CookieName is used in web browser to store the signed JWT token sidned using the JWT private key.
# Type aliases
HandlerFunc is a type alias for a function that handles HTTP requests.