Developer tool
Decode JWT header and payload in your browser.
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "Leda",
"iat": 1516239022
}Runs in your browser. Prefer not pasting production secrets into any online tool.