joriszwart.nl

I code dreams™

JWT Decoder

JSON JWT Base64

Input

Paste your JWT here. Everything is client-side, so nothing to worry about.

This page can be added to your favorites anytime (see up-to-date URL).

Output

JWTs have three parts:

  1. header
  2. payload
  3. signature

The Code