Back to Dev Utilities

JWT Decoder

Free

Decode and inspect JSON Web Tokens (clien-side)

Encoded JWT Token

What is a JWT?

JSON Web Token (JWT) is an open standard that defines a compact and self-contained way for securely transmitting information between parties as a JSON object. This info can be verified and trusted because it is digitally signed. Note: This tool decodes the token client-side for inspection. It does not verify the signature against a secret.