Developer tools
JWT Claims and Expiry Inspector
Inspect token timing and audience fields during local debugging.
Processed locally. Your input and output are never uploaded.
Tool overview
JWT Claims and Expiry Inspector tool overview
Decode JWT claims and explain standard time claims without verifying a signature. PasteTidy keeps the source and generated result separate so the transformation can be reviewed before copying or downloading.
JWT Claims and Expiry Inspector workflows
- Prepare jwt claims and expiry inspector output for a repeatable workflow
- Review local results before publishing or importing
- Keep sensitive pasted content in the current browser tab
Use JWT Claims and Expiry Inspector locally
- Paste the source text or load the example.
- Choose the documented options.
- Review the result and any warnings before copying it.
JWT Claims and Expiry Inspector controls
- Options are explicit and affect only the local result.
- The output remains separate from the source for review.
- No input or output is placed in URLs or analytics.
JWT Claims and Expiry Inspector example
Before
eyJhbGciOiJub25lIn0.eyJzdWIiOiIxMjMiLCJleHAiOjQxMDI0NDQ4MDB9.
After
Header: alg=none Subject: 123 Expiration: 2100-01-01T00:00:00.000Z Signature verified: no
JWT Claims and Expiry Inspector limits and excluded claims
- Decoding claims is not signature verification or authorization.
- Malformed or ambiguous input may require manual review.
- Large inputs remain subject to browser memory and shared worker limits.
Browse all developer tools tools โ
Questions
JWT Claims and Expiry Inspector FAQ
Does JWT Claims and Expiry Inspector upload my input?
No. It runs locally in your browser without an upload endpoint.
Is the result authoritative?
Decoding claims is not signature verification or authorization.
Can I review the source after processing?
Yes. The input remains separate from the generated result until you reset or replace it.