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
Right now only HMAC algorithms are supported, but RSA based algorithms are on the horizon (see #4).
I would suggest updating the library to deprecate alg as suggested by Auth0 (see article above)
The text was updated successfully, but these errors were encountered:
EyMaddis
changed the title
deprecate "alg" field
deprecate "alg" field to avoid security vulnerabilities
Jan 4, 2017
Some other libraries are/were vulnerable to the following:
https://auth0.com/blog/critical-vulnerabilities-in-json-web-token-libraries/
Right now only HMAC algorithms are supported, but RSA based algorithms are on the horizon (see #4).
I would suggest updating the library to deprecate
alg
as suggested by Auth0 (see article above)The text was updated successfully, but these errors were encountered: