-
Notifications
You must be signed in to change notification settings - Fork 324
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ES256 signature not valid #606
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you have not received a response for our team (apologies for the delay) and this is still a blocker, please reply with additional information or just a ping. Thank you for your contribution! 🙇♂️ |
Ping |
Hi! I recently encountered similar problem and it turned out to be an issue with Node.js version. It works with node >=16, however fails in Node14. I believe this app might be running in node 14 (as it specifies this version in |
Hello, all. I am one of the newly appointed maintainers for jwt.io and I am working on a new version of the site. I apologize for the lack of response. I'll ensure that we test for this in the next version. |
cc @byron-okta |
same problem for others algorithms |
Thanks for jwt.io, it's great!
I'm struggling getting the online ES256 validation working. I've generated new keys with those commands:
The freshly generated keys look like this:
If I input those keys on jwt.io I get "Invalid Signature". Is this a bug on jwt.io or am I doing something wrong? Thanks already!
The text was updated successfully, but these errors were encountered: