JWT Token Decode is a simple online JWT decoder that lets developers decode and inspect JSON Web Tokens (JWT). Paste a token to instantly view the header, payload and claims. Install the Chrome extension to automatically capture JWT tokens from web requests.

Encoding Format

Example JWT Token

Try decoding a sample JSON Web Token:

eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWUsImlhdCI6MTUxNjIzOTAyMn0. KMUFsIDTnFmyG3nMiGM6H9FNFUROf3wh7SmqJp-QV30

Secret for signature verification: a-string-secret-at-least-256-bits-long

JWT Chrome Extension for Automatic Token Capture

Install the JWT Token Decode Chrome extension to automatically capture JWT and bearer tokens from web requests. Inspect headers, payloads, claims and signatures instantly without copying tokens manually from DevTools.

  • Automatically captures JWT tokens
  • Works with bearer tokens in network requests
  • Faster than manual DevTools copy-paste
Install JWT Chrome Extension