You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New Features:
#25 Added algorithms option to allow user to specify
allowabe JWT signing algorithms.
#13 Add ignoreExpiration option to allow user to skip
validation of token's expiration date.
Bug Fixes:
#30 Fixed typos in unit test strings
Add option for algorithms such that it can be passed through to jwt.verify.
More info on why this is important:
https://auth0.com/blog/2015/03/31/critical-vulnerabilities-in-json-web-token-libraries/
The text was updated successfully, but these errors were encountered: