JWT Decoder

Decode JSON Web Tokens and inspect header and payload. See expiry time at a glance.

jwt decoder
jwt debugger
decode jwt online
jwt inspector

How to use

  1. 1

    Paste your token

    Copy a JWT from your auth header, browser cookies, or logs and paste it into the input box.

  2. 2

    See the decoded parts

    The header and payload are decoded automatically and shown as formatted JSON.

  3. 3

    Check expiry

    The Issued at, Not before, and Expires timestamps are displayed with an active or expired badge.

  4. 4

    Copy what you need

    Use the copy button on each section to grab the decoded JSON.

FAQ

Related tools