berngp / node-green-jwt

Node implementation of JSON Web Token (JWT) with support for signatures (JWS), encryption (JWE) and web keys (JWK).
Other
22 stars 7 forks source link

Implement JWA Support for ES256, ES384, ES512 #1

Open berngp opened 12 years ago

berngp commented 12 years ago

As of now jwa.coffee doesn't implement the ECDSA algorithms according to the Spec.

Per the spec such support is Optional but we want to eventually support it.

rmhrisk commented 10 years ago

Any plans to do this?

berngp commented 10 years ago

@rmhrisk I will take a look and assess what would it take to make it work.