add jwt tools
This commit is contained in:
parent
ab990e3c7c
commit
49d0937b29
@ -4,3 +4,5 @@ common utils for golang
|
||||
- [log](utils/log): Golang log library base [logrus](https://github.com/sirupsen/logrus) and [logrus-prefixed-formatter](https://github.com/x-cray/logrus-prefixed-formatter)
|
||||
|
||||
- [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.
|
||||
|
@ -1,8 +1,7 @@
|
||||
`jwt` command-line tool
|
||||
=======================
|
||||
|
||||
This is a simple tool to sign, verify and show JSON Web Tokens from
|
||||
the command line.
|
||||
This is a simple tool to sign, verify and show JSON Web Tokens from the command line.
|
||||
|
||||
```shell
|
||||
# The following will create and sign a token
|
||||
|
Loading…
Reference in New Issue
Block a user