package
0.102.4
Repository: https://github.com/holos-run/holos.git
Documentation: pkg.go.dev

# 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

# Interfaces

Identity is the interface that defines an authenticated subject (principal, person or service) in the system.
Verifier is the interface that wraps the basic Verify method to verify an oidc id token is authentic.