JWT Decoder & Encoder
Decode tokens or build new ones with a clean workspace and readable JSON panes.
Result
Decoded/encoded result will appear here.
Examples
Decode Example
Paste this sample JWT to see decoding:
eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5cEncode Example
Use this sample payload to create a token:
{
"user_id": 12345,
"username": "john_doe",
"role": "user",
"iat": 1516239022
}