JWT.io

jwt.io

Visit Website

Decodes and verifies JSON Web Tokens in the browser, showing the header, payload, and signature verification status.

Why it is useful

Debugging authentication issues usually means staring at an opaque encoded token. Pasting it here instantly shows what claims are actually inside it and whether the signature checks out against a given secret or public key.