Skip to content

Command Line Tool for playing around with JWT tokens.

License

Notifications You must be signed in to change notification settings

nicksnell/hastilude

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hastilude

Command Line Tool for playing around with JWT tokens.

Installing

yarn global add hastilude

Usage

Generate

hastilude generate -s mysecret -p mypayload.json

A token will be displayed to the console.

Dismantle

hastilude dismantle -t <token>

Token contents will be displayed to the console.

Changelog

  • 0.0.2 - Added dismantle
  • 0.0.1 - First version; Added generate

About

Command Line Tool for playing around with JWT tokens.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published