# README
JWT(JSON WEB TOKEN)
JWT(JSON WEB TOKEN) package for Go(go programing language). It implemented of JSON Web Tokens.
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
# Functions
Decode JWT part by Base64.URLEncoding.
Encode JWT part by Base64.URLEncoding.
No description provided by the author
No description provided by the author
Create a JWT instance.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Parse PEM encoded PKCS1 or PKCS8 private key.
Parse PEM encoded PKCS1 or PKCS8 public key.
Read bytes from file.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
JWT(JSON WEB TOKEN) Manager.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author