Crates.io | jwt-debugger |
lib.rs | jwt-debugger |
version | 0.1.1 |
source | src |
created_at | 2021-05-13 17:53:02.065367 |
updated_at | 2021-05-13 18:04:00.532631 |
description | Command line utility for working with JWTs |
homepage | |
repository | https://github.com/ri-ch/jwt-debugger |
max_upload_size | |
id | 397015 |
size | 12,192 |
A command line utiltity for working with JWTs
Dump the contents of the header and claims to the console, each formatted as individual JSON objects
jwt-debugger --raw <data>
where data
is a JWT formatted as per the JWT Specification