# Functions
FromContext returns the value previously stored in ctx by NewContext or nil.
Handler returns a handler that verifies the request is authentic and adds a Identity to the request context.
NewContext returns a new Context that carries value u.
NewVerifier returns an *oidc.IDTokenVerifier that implements Verifier from an oidc.Provider for issuer which performs jwks .well-known discovery.
# Constants
No description provided by the author