You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: revoke OAuth tokens independently so one failure does not skip the other
When disconnecting an MCP account, revoke each token in its own try/catch
so a failed access-token revocation (e.g. unsupported_token_type per
RFC 7009 §2.2.1, or a 503) does not skip the refresh-token revocation.
Refresh token is revoked first per RFC 7009 §2.1.
Fixes#41
0 commit comments