Decode an API token
Inspect JWT claims, check time fields, and compare encoded segments safely.
- 1. JWT
Read header and payload, compare expected claims, and copy an auth report without sending the token to a verifier.
- 2. Timestamp
Convert exp, iat, and nbf values into readable dates.
- 3. Base64
Compare Base64URL segments, padding issues, and copy a payload report when token context is unclear.