π APS JWT Token Decoder
Decode and analyze Autodesk Platform Services JWT authentication tokens
π‘ RAPS CLI Alternative
Instead of using this web tool, you can use RAPS CLI:
raps auth status - View current token details
raps auth decode-token <jwt-token> - Decode specific token
β οΈ Security Notice: This tool runs entirely in your browser. No tokens are sent to any server.
However, be careful when sharing decoded token information as it may contain sensitive data.
Enter JWT Token
Paste your APS authentication token (JWT) to decode and analyze it
π About JWT Tokens
JSON Web Tokens (JWT) are used by APS for authentication. They contain:
- Header: Token type and signing algorithm
- Payload: Claims including user info, scopes, and expiration
- Signature: Verification signature (cannot be decoded)
APS tokens typically expire after 1 hour (3600 seconds) and contain OAuth scopes that define what APIs you can access.