node-green-jwt
node-green-jwt copied to clipboard
Implement JWA Support for ES256, ES384, ES512
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.
Any plans to do this?
@rmhrisk I will take a look and assess what would it take to make it work.