Closed kylerm42 closed 1 year ago
A PR was recently merged to auth0/node-jwks-rsa that changed the type of GetVerificationKey, which breaks the interaction with express-jwt. This PR updates the type here to match the change there.
GetVerificationKey
None, does this need a test?
Whats holding this PR to be merged?
Thank you, published in v8.1.0.
Note v8 is a major because of a major upgrade in jsonwebtoken, but it should not affect applications on most cases.
And sorry about the delay 🙏
Description
A PR was recently merged to auth0/node-jwks-rsa that changed the type of
GetVerificationKey
, which breaks the interaction with express-jwt. This PR updates the type here to match the change there.References
Testing
None, does this need a test?
Checklist