Go to file
ehlxr 729caab98e add jwt tools 2018-01-24 16:43:09 +08:00
common 站点更新:2018-01-23 15:56:23 2018-01-23 15:56:23 +08:00
utils add jwt tools 2018-01-24 16:39:44 +08:00
.gitignore add jwt tools 2018-01-24 16:37:57 +08:00
README.md add jwt tools 2018-01-24 16:43:09 +08:00
glide.lock add jwt tools 2018-01-24 16:37:57 +08:00
glide.yaml add jwt tools 2018-01-24 16:37:57 +08:00

README.md

go-utils

common utils for golang

  • log: Golang log library base logrus and logrus-prefixed-formatter

  • jbls: JetBrains license server, Just for test and study, Please support genuine.

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