node-green-jwt
node-green-jwt copied to clipboard
Node implementation of JSON Web Token (JWT) with support for signatures (JWS), encryption (JWE) and web keys (JWK).
Results
1
node-green-jwt issues
Sort by
recently updated
recently updated
newest added
As of now [jwa.coffee](../blob/master/src/jwa.coffee) doesn't implement the ECDSA algorithms according to the [Spec](https://www.ietf.org/id/draft-ietf-jose-json-web-algorithms-02.txt). Per the spec such support is **Optional** but we want to eventually support it.
enhancement