-
Notifications
You must be signed in to change notification settings - Fork 328
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
Add ability to sign & verify EdDSA signatures #509
Comments
We're using node-jose under the hood, which does not support EdDSA. The reason for this is that We like to keep all verification of tokens logic client-side for privacy reasons, so switching to another library that supports EdDSA is currently not an option. |
I'm aware of this, I just wanted to keep track of the issue. By the way, I've already reached my goal: now it is tracked and when EdDSA will get into webcrypto, I'll reopen it 👍 |
When EdDSA support gets added to webcrypto we'll definitely add it here too :) |
Ciao, Filippo! I am Dan from Okta. I am currently working on releasing the v2 of jwt.io :) We are working on adding support for EdDSA. At this moment, support is only provided directly via Firefox and Safari for There appears to be no support for the |
Definitely yes 🙂 |
@Slamdunk I am on it 🫡 |
No description provided.
The text was updated successfully, but these errors were encountered: