-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
fix(stubs): allow decode method to be stubbed #876
Conversation
@jakelacey2012 just revert 15a1bc4 to solve #875, #870, and possibly also #876. |
+1 |
@chimingyip @CharlesRea @julienwoll @shane-tomlinson @floresmatias0 @mcastany Can you guys, please help us by merging this PR & release a new version ? many of our projects are in trouble due to this.! |
Glad to see this is merged but we're still blocked until there is a new release. Anyone know how soon that will occur? |
+1 for waiting for the new release. |
Any clue when this will be released? |
waiting for the new release 👍 |
Are there any updates to this release? |
@jakelacey2012 @ArturKlajnerok Thanks for opening and merging this PR. Are you able to do a release to get this in? |
Thank you for patience with this issue, this has been release in https://www.npmjs.com/package/jsonwebtoken/v/9.0.1 - thank you. |
@jakelacey2012 Could you tag release 9.0.1 please? The latest tag on https://github.com/auth0/node-jsonwebtoken/tags is still 9.0.0 Thanks! |
@lorand-horvath no problem you can find the tag here https://github.com/auth0/node-jsonwebtoken/tree/v9.0.1 |
Description
This PR allows
.decode
to be stubbed.References
Testing
Checklist