package
0.3.0
Repository: https://github.com/kubevirt-ui/kube-gateway.git
Documentation: pkg.go.dev

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

# Structs

GateToken holds information required for serving files.
Token holds information required for serving files.

# Type aliases

HandlerFunc is a type alias for a function that handles HTTP requests.