deploy.ltd

Deploy first, debug later.

Deploy first, debug later.

← All tools

JWT Decoder

Peek inside tokens. Verification not included.

Client-side decode only. Never paste production secrets you care about.

Header

{
  "alg": "HS256",
  "typ": "JWT"
}

Payload

{
  "sub": "1234567890",
  "name": "deploy.ltd",
  "iat": 1516239022
}