# README
JWT(JSON WEB TOKEN)
JWT(JSON WEB TOKEN) package for Go(go programing language). It implemented of JSON Web Tokens.
Features
Sign and Verify
Algorithms
- HS256
- HS384
- HS512
- RS256
- RS384
- RS512
Supported Check
-iss issuer -nbf not before -exp expire time
Installation
go get github.com/clevergo/jwt
Usage
See also jwt_test