Decode a JSON Web Token (no verification).
Note: This tool does not verify signatures. Do not trust decoded data without verification.
A JWT is header.payload.signature, where the first two parts are Base64URL‑encoded JSON.
alg (algorithm) and optional kid (key id).iss, sub, exp, iat.+// for -/_ and omits padding.This viewer does not verify the signature; do not trust decoded data without validation.
Token never leaves the browser.
No signature validation. Use only for inspection of non-sensitive tokens.
Looking for broader guides and best practices? Visit the ToolsAreUs Blog for indexes (like the full tool list) and articles (e.g. secure password generation).