18 / auth —JWT Decoder

LIVE

JWT structure

A JWT has three parts: header.payload.signature. Each part is Base64URL-encoded JSON.

This tool does not verify

It only decodes. Never trust JWT data without server-side signature verification.

Want a heads-up when we ship new tools? One email per release.