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

reduce duplication and remove dependency to base64 #311

Closed deepu105 closed 1 month ago

deepu105 commented 5 months ago

Summary

I took some inspiration from this project for https://github.com/jwt-rs/jwt-ui, I made some improvements. So contributing that back if there is interest.

Preflight checklist

mike-engel commented 2 months ago

@deepu105 sorry for the silence on this. Can you rebase/update your branch with main?

deepu105 commented 2 months ago

done