From 729caab98e00806ba172c0bf8ca2feb6bd94219c Mon Sep 17 00:00:00 2001 From: ehlxr Date: Wed, 24 Jan 2018 16:43:09 +0800 Subject: [PATCH] add jwt tools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9dbc2a6..a572d7c 100644 --- a/README.md +++ b/README.md @@ -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).