Saltar al contenido

JWT Inspector

Inspect JSON Web Tokens, analyze their claims, expiration, timestamps and header information directly in your browser
JWT Token Paste your JSON Web Token below
Ready
Your token is processed locally in your browser. Nothing is uploaded to a server.
Security note: JWT inspection does not verify the cryptographic signature or confirm that the token was issued by a trusted party.
EVERYTHING YOU NEED TO KNOW

How to use the JWT Inspector?

A JWT Inspector allows you to examine the structure and contents of a JSON Web Token. It separates the token into its header, payload, and signature components for easier inspection.

Simply paste your JWT into the inspector and start the inspection. The tool decodes the readable parts of the token and displays its contents in a clear and structured format.

A JWT contains a header, a payload, and a signature. The header describes the token, while the payload contains claims and other information included in the token.

Yes. You can inspect an expired JWT to view its structure and payload. However, an expired token may no longer be accepted by the application or API that issued it.

No. CodeLiqo’s JWT Inspector processes your token directly in your browser. Your JWT does not need to be uploaded to a remote server for inspection, helping keep your data on your device.