Paste a JWT token string and the header, payload, and time fields are decoded. Signature is not verified.
Result
Header and payload shown in a human-readable format.
Decode JWT header and payload into a readable format.
Safely decode JWT header/payload on the client without verifying the signature. Auto-format exp/iat/nbf into human-readable times.
Paste a JWT token string and the header, payload, and time fields are decoded. Signature is not verified.
Header and payload shown in a human-readable format.