JWT Decoder

Decode and inspect JWT header & payload

JWT

Parsed
Active · exp 6/15/2029, 5:30:22 PM

Header

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

Payload

{
  "sub": "1234567890",
  "name": "John Doe",
  "iat": 1516239022,
  "exp": 1876239022
}

Signature

SflKxwRJSMeKKF2QT4fwpMeJf36POk6yJV_adQssw5c

Signature verification requires the server's secret and is intentionally not performed client-side.

One workspace for modern web work

Ship accessible UI, inspect live pages, tune SEO, and keep developer utilities at your fingertips — all in Webeazi.