Skip to content

bosgood/jwt-decode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jwt-decode

Decodes JSON web tokens for debugging purposes.

Usage

$ jwt-decode eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c
{"alg":"HS256","typ":"JWT"} {"iat":1516239022,"name":"John Doe","sub":"1234567890"}

Installation

  1. Download the latest version from the Releases page
  2. Unzip the archive and place jwt-decode in your PATH.

Building from source

$ cargo build

Running the unit tests

$ cargo test

License

MIT License. This software is provided as-is, without warranty of any kind.

About

Decodes JSON web tokens for debugging purposes.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages