jwudtool verify --pubkey public.pem <token> Need to change a claim for testing? Clone and modify:
jwudtool version # Output: jwudtool 0.2.0 | Command | Purpose | |---------|---------| | decode | Decode header + payload without verifying signature | | verify | Check signature using a secret or public key | | forge | Create a new token from an existing one (change claims) | | fuzz | Test token against common attacks | Tutorial: Decode a JWT Given this sample token: jwudtool tutorial
"sub": "1234567890", "name": "John Doe", "iat": 1516239022 jwudtool verify --pubkey public
✓ Signature valid If invalid: