MCPcopy
hub / github.com/dosco/graphjin / SetContextValues

Method SetContextValues

auth/provider/provider.go:51–51  ·  view source on GitHub ↗
(context.Context, jwt.MapClaims)

Source from the content-addressed store, hash-verified

49 VerifyAudience(jwt.MapClaims) bool
50 VerifyIssuer(jwt.MapClaims) bool
51 SetContextValues(context.Context, jwt.MapClaims) (context.Context, error)
52}
53
54// NewProvider creates a new JWT provider based on the config values

Callers 1

JwtHandlerFunction · 0.65

Implementers 4

FirebaseProviderauth/provider/firebase.go
JWKSProviderauth/provider/jwks.go
Auth0Providerauth/provider/auth0.go
GenericProviderauth/provider/generic.go

Calls

no outgoing calls

Tested by

no test coverage detected