JWT Decoder splits any JSON Web Token into its three parts and base64url-decodes the header and payload into pretty-printed JSON right in the widget. Standard time claims (iat, exp, nbf) get human-readable dates, and an expiry badge tells you at a glance whether the token is still active. Decoding happens entirely in your browser — tokens never leave the page, and signatures are deliberately not verified (this is an inspector, not a validator).
Changes apply live — the embed link and preview update instantly.
/embed.Embed link.