Community maintained clone of https://github.com/dgrijalva/jwt-go
Go to file
Dave Grijalva c416da491f parse token from http requests 2012-04-18 12:35:16 -07:00
test almost working 2012-04-17 18:41:12 -07:00
LICENSE mit license 2012-04-18 12:02:05 -07:00
README.md Update README.md 2012-04-18 11:33:12 -07:00
jwt.go parse token from http requests 2012-04-18 12:35:16 -07:00
jwt_test.go parse token from http requests 2012-04-18 12:35:16 -07:00
rs256.go base64 decoding fixins 2012-04-18 12:18:31 -07:00
rs256_test.go base64 decoding fixins 2012-04-18 12:18:31 -07:00
signing_method.go base64 decoding fixins 2012-04-18 12:18:31 -07:00

README.md

A golang implementation of JSON Web Tokens

Also, a work in progress.