mike-engel / jwt-cli

A super fast CLI tool to decode and encode JWTs built in Rust
MIT License
1.02k stars 65 forks source link

feat: add option keep-payload-order #301

Closed n-ae closed 7 months ago

n-ae commented 7 months ago

Summary

Add option to keep payload order which can be helpful in reverse lookup situations.

Preflight checklist

mike-engel commented 7 months ago

Thanks @n-ae!