JWT Claims Checker
Check exp, nbf, iat, issuer and audience against an explicit reference time and leeway.
Convert in your browser · No sign-up
How to use
- Check exp, nbf, iat, issuer and audience against an explicit reference time and leeway.
- Choose the mode or options, then run the tool.
- Review the result, then copy or download the TXT file.
Example
exp=1767229200, now=1767225600 → expiration check passes
Details and limitations
Does not verify the signature. Times must be safe integer Unix seconds. Expiration is required for the overall check to pass; missing optional time claims are reported.
Text stays in your browser; it is not sent to a conversion server.
FAQ
JWT Claims Checker — What are the supported inputs and limits?
Does not verify the signature. Times must be safe integer Unix seconds. Expiration is required for the overall check to pass; missing optional time claims are reported.
Related tools
Format references
Tool page updated: