update README

This commit is contained in:
liquidz 2013-05-06 01:27:03 +09:00
parent a17f6f3623
commit a8f960ac45

View file

@ -7,6 +7,7 @@ A Clojure library for JSON Web Token(JWT) [draft-jones-json-web-token-10](http:/
## Supporting algorithms
* HS256, HS384, HS512
* RS256, RS384, RS512
* ES256, ES384, ES512
## Not supporting
* JSON Web Encryption (JWE)