jose-jwt icon indicating copy to clipboard operation
jose-jwt copied to clipboard

ES256K and EdDSA support

Open dvsekhvalnov opened this issue 3 years ago • 8 comments

Research and consider including support for ES256K and EdDSA signing. Those seems to get some popularity.

dvsekhvalnov avatar Apr 28 '21 17:04 dvsekhvalnov

Also X25519 for ECDH-ES (RFC-8037)

Stevie-O avatar Jan 28 '22 19:01 Stevie-O

ok :)

dvsekhvalnov avatar Jan 31 '22 19:01 dvsekhvalnov

Here's another vote for supporting EdDSA signing/verification!

mhamann avatar Mar 16 '22 20:03 mhamann

i hear you guys :) will be next one in a chain

dvsekhvalnov avatar Mar 17 '22 06:03 dvsekhvalnov

vote up. Any news there?

alexey-sadomov avatar Oct 03 '23 12:10 alexey-sadomov

Not really, hard to find time.

What's your use case?

dvsekhvalnov avatar Oct 05 '23 08:10 dvsekhvalnov

need to sign and verify JWT tokens with keys generated with EdDSA alg. Meanwhile I used https://github.com/scottbrady91/IdentityModel for that but it is not that easy there.

alexey-sadomov avatar Oct 09 '23 09:10 alexey-sadomov

yeah.. need to find some time. Though that's good there is some other library to cross validate implementation.

I'm open to PRs btw :)

dvsekhvalnov avatar Oct 10 '23 10:10 dvsekhvalnov