Simple cli tool for decode jwt token built using zig.
- Install Zig
zig buildjwt-cli -h --help // Display help info
jwt-cli -t --token <JWT_TOKEN> // Decode JWT token and display Header and Payload
jwt-cli -f --file <TOKEN_FILE_PATH> // Decode JWT token file and display Header and Payload