Update README.md

This commit is contained in:
Masashi Iizuka 2013-05-03 01:15:27 +09:00
parent d55c6bf981
commit 0d20e1c449

View file

@ -2,12 +2,16 @@
[![Build Status](https://travis-ci.org/liquidz/clj-jwt.png?branch=master)](https://travis-ci.org/liquidz/clj-jwt) [![Build Status](https://travis-ci.org/liquidz/clj-jwt.png?branch=master)](https://travis-ci.org/liquidz/clj-jwt)
A Clojure library for JSON Web Token(JWT) A Clojure library for JSON Web Token(JWT) [draft-jones-json-web-token-10](http://tools.ietf.org/html/draft-jones-json-web-token-10)
## Supporting algorithms ## Supporting algorithms
* HS256, HS384, HS512 * HS256, HS384, HS512
* RS256, RS384, RS512 * RS256, RS384, RS512
## Not supporting
* ECDSA algorithm
* JSON Web Encryption (JWE)
## Usage ## Usage
### Leiningen ### Leiningen