Encoded Paste a token here
Decoded Edit payload and secret
Signature verification requires the secret key and is not performed by this tool.
Claim Details
JWT Quick Reference
- • A JWT has 3 parts: Header, Payload, and Signature, separated by dots
- • The Header specifies the algorithm (e.g. HS256, RS256) and token type
- • The Payload contains claims — statements about the user and metadata
- • Never store sensitive data in a JWT payload — it is only encoded, not encrypted