Short secrets using HS256 blocks token generation #797
rtamarindo
started this conversation in
General
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. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This feature rollout is being controlled via a cookie named For the older UI, update the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions