jwt/README.md

3 lines
365 B
Markdown
Raw Normal View History

2012-04-18 22:33:12 +04:00
A [golang](http://www.golang.org) implementation of [JSON Web Tokens](http://self-issued.info/docs/draft-jones-json-web-token.html)
2012-07-07 03:19:13 +04:00
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.