-
Notifications
You must be signed in to change notification settings - Fork 239
full JWK/JWS support #205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
full JWK/JWS support #205
Conversation
Thank you for pushing the change! |
7d6d795
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebased with master, resolved conflicts on the package lock
@davidpatrick thanks for the pushing the project forward! I see there is a next milestone https://github.com/auth0/node-jwks-rsa/milestone/7?closed=1 |
@ivn-cote sorry for the delay on this, we are moving forward with this release this week |
Description
This PR contains support for all currently registered JWK types and JWS Algorithms.
References
Checklist
master
Closes #170
Closes #40
Closes #50
Closes #11
Credit goes to @ivn-cote for his work on #170. Note that, just like #170 this warrants a new major release due to dependency's node runtime requirements, the removal of
nbf
passthrough (nbf
on a JWK isn't standardized) as well as proper JWK parsing rules put forth by the inclusion ofjose
.