Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

Token Inspector

Decode and inspect JWT tokens issued by Aero2. Paste a token below to see its header, payload, and claims. Everything runs in your browser — nothing is sent to any server.

Paste a JWT above to see its decoded contents

Common Claims

ClaimDescription
subUser ID (unique identifier)
issIssuer (your Aero2 application URL)
audAudience (your client ID)
expExpiration time
iatIssued at time
token_useToken type: access, id, or session
emailUser's email address
nameUser's display name
rolesUser's assigned roles

See Also