Guide

What is a JWT

A JWT (JSON Web Token) is a small, signed JSON token format for securely passing information between parties.

Try decoding a token yourselfJust paste and the header, payload and claims unfold instantly.
Open the decoder

Related