Token Inspector

Decode JWTs into header, payload, and expiry, and encode or decode Base64. Everything stays in your browser.

Decoded locally. Signature is not verified.
Header
{
  "alg": "HS256",
  "typ": "JWT"
}
Payload
{
  "sub": "1234567890",
  "name": "Ali Arain",
  "iat": 1516239022
}