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. |
0 replies
|
this! |
0 replies
|
up |
0 replies
|
up ! |
0 replies
|
This feature rollout is being controlled via a cookie named For the older UI, update the |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
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.
All reactions