jwt
 
 
Go to file
ehlxr 835abbd1b2 update README.md 2018-03-27 17:35:31 +08:00
cmd 站点更新:2018-03-27 15:37:33 2018-03-27 15:37:33 +08:00
test 站点更新:2018-03-27 15:39:03 2018-03-27 15:39:03 +08:00
token 站点更新:2018-03-27 15:37:33 2018-03-27 15:37:33 +08:00
.gitignore add dep support 2018-03-27 16:46:46 +08:00
Gopkg.lock update Gopkg.toml file 2018-03-27 17:30:55 +08:00
Gopkg.toml update Gopkg.toml file 2018-03-27 17:30:55 +08:00
LICENSE 站点更新:2018-03-27 15:37:33 2018-03-27 15:37:33 +08:00
Makefile 站点更新:2018-03-27 16:18:23 2018-03-27 16:18:23 +08:00
README.md update README.md 2018-03-27 17:35:31 +08:00
main.go 站点更新:2018-03-27 15:37:33 2018-03-27 15:37:33 +08:00

README.md

JWT

This is a simple tool to sign, verify and show JSON Web Tokens (JWT) from the command line, base jwt-go.

Install

➜ go get -u github.com/ehlxr/jwt

Usage

➜ jwt
JWT(Json Web Token) 工具
用于生成、验证、查看 JWT

Usage:
  jwt [command]

Available Commands:
  help        Help about any command
  show        查看 JWT Token
  sign        JWT 签名
  verify      JWT token 验证

Flags:
      --config string   config file (default is $HOME/.jwt.yaml)
  -h, --help            help for jwt
  -v, --version         show version of the jwt.

Use "jwt [command] --help" for more information about a command.