Fast CLI tool to decode and encode JWTs written in Rust
Super fast CLI tool to decode and encode JWTs built in Rust
jwt-cli$ jwt-cli decode eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...$ jwt-cli encode -s 'your-secret' -a HS256 '{"sub":"1234567890","name":"John Doe"}'$ jwt-cli decode -s 'your-secret' eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...