coreos / go-oidc

A Go OpenID Connect client.
Apache License 2.0
1.92k stars 393 forks source link

oidc: ignore cancellation of remote key set context #433

Closed ericchiang closed 2 months ago

ericchiang commented 2 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