keyfunc icon indicating copy to clipboard operation
keyfunc copied to clipboard

Allow `SkipAll` option for JWK validation in `keyfunc.NewDefault`

Open d-g-town opened this issue 9 months ago • 1 comments

Following up from this issue thread: https://github.com/MicahParks/jwkset/issues/32

Current working around this by creating storage with jwkset.NewMemoryStorage(), adding the key manually, and specifying the storage in the keyfunc.New(options).

d-g-town avatar May 27 '24 20:05 d-g-town