List the caller's authorized clients
Returns the caller’s authorized clients (active, revoked, and expired,
newest first). Used by the Profile → Authorized Clients page.
GET
List the caller's authorized clients
Previous
Revoke an authorized clientSets `revoked_at = now()`. Subsequent API calls carrying the JWT for
this client return 401 immediately (the auth middleware checks
`revoked_at` on every request via the `cid` JWT claim). Idempotent.
Next
List the caller's authorized clients