All Tools

JWT Decoder

Auth & Security

Decode JWT tokens, inspect header & payload claims, and check expiry — entirely client-side.

JWT Token

What is JWT Decoder?

JWT Decoder splits a JSON Web Token into its three parts — header, payload, and signature — and displays them as readable JSON. It also checks whether the token has expired and shows key claims like issuer, subject, and issued-at time. Your token never leaves the browser.

Common Use Cases

  • Debugging OAuth and authentication flows
  • Checking if a token is expired before making API calls
  • Inspecting custom claims added by your auth provider
  • Verifying the algorithm and token type in the header

How to Use

  1. Paste a JWT token into the input field
  2. View the decoded header, payload, and claims summary
  3. Copy any section with one click

Command Palette

Search for a command to run...