- Paste your JWT token into the
Enter JWT
field.
- Select the appropriate algorithm from the
Algorithm
dropdown menu.
- Click the
Decode JWT
button.
- The decoded header, payload, and signature verification will be displayed in their respective fields.
- You can copy the decoded results using the copy buttons next to each section.
Example JWT:
{
"sub": "1234567890",
"name": "John Doe",
"iat": 1516239022
}