//
pkg.gl
Category
github.com/pardot/oidc
middleware
package
1.0.1
Repository:
https://github.com/pardot/oidc.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
289 SLOC
#
Functions
ClaimsFromContext
ClaimsFromContext returns the claims for the given request context.
RawIDTokenFromContext
RawIDTokenFromContext returns the raw JWT from the given request context.
TokenSourceFromContext
TokenSourceFromContext returns a usable tokensource from this request context.
#
Structs
Handler
Handler wraps another http.Handler, protecting it with OIDC authentication.