jose-jwt
jose-jwt copied to clipboard
ES256K and EdDSA support
Research and consider including support for ES256K
and EdDSA
signing. Those seems to get some popularity.
Also X25519 for ECDH-ES (RFC-8037)
ok :)
Here's another vote for supporting EdDSA signing/verification!
i hear you guys :) will be next one in a chain
vote up. Any news there?
Not really, hard to find time.
What's your use case?
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.
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 :)