keyfunc
keyfunc copied to clipboard
Allow `SkipAll` option for JWK validation in `keyfunc.NewDefault`
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)
.