Skip to content

WindomZ/go-jwt

Repository files navigation

go-jwt

Base on dgrijalva/jwt-go

JSON Web Tokens

Overview

  • Default support Hmac512 and RSA
  • Tool to generate keys, include Hmac512, RSA
  • Dynamic loading the keys, easy way to manage
  • Simplified common functions, deploy into any project quickly

Installation

go get -u github.com/WindomZ/go-jwt

TODO

  • Usage
  • Struct for header setting

LICENSE

MIT(http://opensource.org/licenses/mit-license.php)

About

Implementation of JSON Web Tokens (JWT)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages