jwt

golang implementation of JSON Web Tokens (command line)
  https://github.com/golang-jwt/jwt
  0
  no reviews



Community maintained clone of github.com/dgrijalva/jwt-go.

After the original author of the library suggested migrating the maintenance of jwt-go, a dedicated team of open source maintainers decided to clone the existing library into this module.

The command line utility included in this project (cmd/jwt) provides a straightforward example of token creation and parsing as well as a useful tool for debugging your own integration. You'll also find several implementation examples in the documentation.

This package provides the command line.