We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214135c commit 558526aCopy full SHA for 558526a
jwk/fetch.go
@@ -68,6 +68,7 @@ func (f *CachedFetcher) Fetch(ctx context.Context, u string, _ ...FetchOption) (
68
// jwk.Set objects asynchronously.
69
func Fetch(ctx context.Context, u string, options ...FetchOption) (Set, error) {
70
var parseOptions []ParseOption
71
+ //nolint:revive
72
var wl Whitelist = InsecureWhitelist{}
73
var client HTTPClient = http.DefaultClient
74
for _, option := range options {
0 commit comments