UNPKG

green-jwt

Version:

Node implementation of JSON Web Token (JWT) with support for signatures (JWS), encryption (JWE) and web keys (JWK).

23 lines (14 loc) 299 B
# 0.0.3-alpha /2012-06-060 0. Fix **JWS** and **JWA** support for *NO Signature* or `none` # 0.0.1-alpha / 2012-06-05 ## Initial release 0. Support for the following **JWS** and **JWA**: * NONE * HMAC * HS256 * HS384 * HS512 * RSA * RS256 * RS384 * RS512