add jwt tools
This commit is contained in:
		| @@ -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) | - [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. | - [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 | `jwt` command-line tool | ||||||
| ======================= | ======================= | ||||||
|  |  | ||||||
| This is a simple tool to sign, verify and show JSON Web Tokens from | This is a simple tool to sign, verify and show JSON Web Tokens from the command line. | ||||||
| the command line. |  | ||||||
|  |  | ||||||
| ```shell | ```shell | ||||||
| # The following will create and sign a token | # The following will create and sign a token | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user