Allow SkipAll
option for JWK validation in keyfunc.NewDefault
#126
Labels
enhancement
New feature or request
SkipAll
option for JWK validation in keyfunc.NewDefault
#126
Following up from this issue thread: MicahParks/jwkset#32
Current working around this by creating storage with
jwkset.NewMemoryStorage()
, adding the key manually, and specifying the storage in thekeyfunc.New(options)
.The text was updated successfully, but these errors were encountered: