Client-side decode only. Never paste production secrets you care about.
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "deploy.ltd",
"iat": 1516239022
}Deploy first, debug later.
Client-side decode only. Never paste production secrets you care about.
Header
{
"alg": "HS256",
"typ": "JWT"
}Payload
{
"sub": "1234567890",
"name": "deploy.ltd",
"iat": 1516239022
}