add jwt tools

master
ehlxr 2018-01-24 16:43:09 +08:00
parent 49d0937b29
commit 729caab98e
1 changed files with 1 additions and 1 deletions

View File

@ -5,4 +5,4 @@ common utils for golang
- [jbls](utils/jbls): JetBrains license server, Just for test and study, Please support genuine.
- [jwt](utils/jwt): This is a simple tool to sign, verify and show JSON Web Tokens from the command line.
- [jwt](utils/jwt): This is a simple tool to sign, verify and show JSON Web Tokens ([JWT](http://jwt.io/)) from the command line, base [jwt-go](https://github.com/dgrijalva/jwt-go).