coreos / go-oidc

A Go OpenID Connect client.
Apache License 2.0
1.99k stars 401 forks source link

oidc: ignore cancellation of remote key set context #433

Closed ericchiang closed 4 months ago

ericchiang commented 4 months ago

This has largely caused confusion. Detach the context from its parent and just use as a bag-of-values for configuration.

Fixes #428