JWT Decoder
Decode and inspect JSON Web Tokens (JWT) locally. See exactly what your headers and claims contain.
HEADER: ALGORITHM & TOKEN TYPE
Insert a token to see the header...
About Header
The header typically consists of two parts: the type of the token, which is JWT, and the signing algorithm being used.
PAYLOAD: DATA & CLAIMS
Insert a token to see the payload...
About Payload
The payload contains the claims. Claims are statements about an entity (typically, the user) and additional data.