JWT Decoder

Paste your JWT token below to decode and view its contents

JWT Token Input

Decoded JWT

Enter a valid JWT token to see the decoded contents

Example JWT parts:
Header: Contains algorithm and token type
Payload: Contains claims and data
Signature: Used to verify token authenticity