jwt-debugger

Crates.iojwt-debugger
lib.rsjwt-debugger
version0.1.1
sourcesrc
created_at2021-05-13 17:53:02.065367
updated_at2021-05-13 18:04:00.532631
descriptionCommand line utility for working with JWTs
homepage
repositoryhttps://github.com/ri-ch/jwt-debugger
max_upload_size
id397015
size12,192
Richard Crawley (ri-ch)

documentation

README

JWT Debugger

A command line utiltity for working with JWTs

Features

Dump the contents of the header and claims to the console, each formatted as individual JSON objects

Usage

jwt-debugger --raw <data> where data is a JWT formatted as per the JWT Specification

Commit count: 5

cargo fmt