Inspect the token without trusting it
Decode a realistic Northstar JWT locally while Foldout keeps the crucial boundary visible: contents are readable, but only the server can verify the signature.
JWT Inspector decodes header and payload JSON locally, surfaces issued-at, not-before, and expiry claims as readable dates, and labels the current expiry state. It also keeps the signature trust boundary explicit: decoded claims remain untrusted until a server verifies the token.
Start the 14-day trial in the app. No payment method is required to try Foldout.
Use Foldout only with files, content, hosts, tokens, systems, or accounts you own or are authorized to inspect or process.
Decode Base64URL header and payload segments locally.
Read structured claims instead of raw token text.
Convert iat, nbf, and exp into readable dates.
See whether the expiry is valid or expired.
Keep the unverified-signature warning beside the token.
The token stays beside structured header and payload JSON, readable dates, expiry state, and the warning that decoding is not verification.
Decode a realistic Northstar JWT locally while Foldout keeps the crucial boundary visible: contents are readable, but only the server can verify the signature.
See the signing algorithm, subject, name, role, and numeric claims as structured JSON instead of manually decoding Base64URL segments.
Convert iat, nbf, and exp into readable local dates and see whether the expiry is currently valid or already expired.
The practical details that make this job faster, clearer, or safer than doing it by hand.
Foldout explains that decoding reveals contents but does not prove authenticity.
Header and payload are formatted as JSON, with timing fields promoted into a dedicated summary.
Inspect role, subject, dates, and expiry without sending a bearer token to a website.
Paste the complete JWT.
Decode the header and payload.
Review claims and readable timing.
Treat the contents as untrusted until server verification.
This tool focuses on decoding and inspecting token contents.