Privacy Protected

Decode JSON Web Tokens

Decode JWT header and payload locally. Inspect claims without server calls. Secure debugging. Fast, free, and 100% private. All processing happens locally.

Share Tool

About Decode JSON Web Tokens

1

Paste Token

Enter the eyJ... string.

2

View

Read the JSON data.

3

Save Your Output

Click the download or copy button to export your results to your device or clipboard.

Paste a JSON Web Token to decode its Base64URL header and payload in your browser. Inspect the declared algorithm, token type, claims, expiration time, and issued-at timestamp in readable JSON. Decoding does not verify the signature or prove that a token is trustworthy, so use the result for debugging and inspect sensitive production tokens carefully.

Key Features

No Signature Check

Decodes payload without needing the secret key.

Date Parsing

Converts timestamps to readable dates.

Frequently Asked Questions

We decode it client-side only. However, for maximum security, rotate your tokens if you feel unsure.

Currently, we only decode the payload for debugging purposes.

Last updated on