auth0 / node-jsonwebtoken

JsonWebToken implementation for node.js http://self-issued.info/docs/draft-ietf-oauth-json-web-token.html
MIT License
17.66k stars 1.23k forks source link

Feat: EdDSA Algorithm Support #627

Open Cu7l4ss opened 5 years ago

Cu7l4ss commented 5 years ago

Hello!

Are there any plans to implement support EdDSA Algorithms? If not, would you consider adding them?

Thanks

panva commented 5 years ago

Are there any plans to implement support EdDSA Algorithms?

https://github.com/brianloveswords/node-jwa would need to support them

would you consider adding them?

we will once jwa does.

Cu7l4ss commented 5 years ago

Thanks for the prompt response, I will pursue and update here on any advancements.

Zajozor commented 3 years ago

Hi! Any plans to support this :) ? Anything one could help with?

The comment from 2019 is out of date - node-jwa is actually deprecated/unmaintained - https://github.com/auth0/node-jwa/issues/40

And @panva you actually seem to provide a better alternative in jose https://www.npmjs.com/package/jose

malsatin commented 1 year ago

As the node-jwa became part of Auth0 GitHub, maybe its time to get back to that issue?

mlb5000 commented 3 weeks ago

I'm running into this issue right now. Looks like I'll need to use Jose to do it