Categorygithub.com/clevergo/jwt
repositorypackage
1.0.0
Repository: https://github.com/clevergo/jwt.git
Documentation: pkg.go.dev

# README

JWT(JSON WEB TOKEN)

JWT(JSON WEB TOKEN) package for Go(go programing language). It implemented of JSON Web Tokens.

Build Status GoDoc

Features

Sign and Verify

Algorithms

  • HS256
  • HS384
  • HS512
  • RS256
  • RS384
  • RS512

Supported Check

-iss issuer -nbf not before -exp expire time

Installation

go get github.com/clevergo/jwt

Usage

See also jwt_test