Short secrets using HS256 blocks token generation #797
Replies: 5 comments
-
Totally agreed. Nobody will use jwt.io for production. As for debugging and testing purposes, setting these limitations for "security reason" is completely unnecessary and unwanted. |
BetaWas this translation helpful?Give feedback.
-
this! |
BetaWas this translation helpful?Give feedback.
-
up |
BetaWas this translation helpful?Give feedback.
-
up ! |
BetaWas this translation helpful?Give feedback.
-
This feature rollout is being controlled via a cookie named For the older UI, update the |
BetaWas this translation helpful?Give feedback.
-
It doesn't generates a JWT when the secret is not compliant with the RFC for not having the minimum length for instance. So can not use jwt.io to debug an application with a non-compliant JWT secret because it simply doesn't generates the token.
I think it could only raise a warning instead of blocking it completely.
BetaWas this translation helpful?Give feedback.
All reactions