Skip to content
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

Feature Request: Support for Edwards-Curve Digital Signature Algorithm (EdDSA) in JWT #987

Open
RaedAddala opened this issue Feb 5, 2025 · 2 comments

Comments

@RaedAddala
Copy link

The library currently doesn't support the Edwards-Curve Digital Signature Algorithm (EdDSA), including Ed25519. Adding support for EdDSA would enhance cryptographic options for JWT signing and verification.

Questions:

  1. Are there any plans to add EdDSA support?
  2. If not, is community contribution welcome, and are there any guidelines for adding new JWT algorithms?
@jeroenhabets
Copy link

In particular Ed25519 support would be great! More solid security for less load.

And @noble/ed25519 looks a promising (also MIT licensed) lib to base it on.

(do not think many will care for the other algorithm mentioned in RFC-8032 Ed448)

@panva
Copy link
Contributor

panva commented Mar 21, 2025

EdDSA is being taken care of in #978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants