This commit is contained in:
Dave Grijalva 2012-07-06 16:19:13 -07:00
parent e84b735fda
commit 12351962ee
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
A [golang](http://www.golang.org) implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-jones-json-web-token.html)
Also, a work in progress.
This library is still a work in progress. Feedback is appreciated. This library supports the parsing and verification as well as the generation and signing of JWTs. Current supported signing algorithms are RSA256 and HMAC SHA256.