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: update API key expiration based on OAuth refresh
This fixes issue #17070 by refreshing an expired API key when a valid
OAuth2 token is available. Previously, the logic would only refresh the
OAuth token when it was expired, not when just the API key was expired.
The issue occurs because the API key expiration check happened before the
OAuth refresh logic could update the key.ExpiresAt field. Now we attempt
to refresh the OAuth token even when only the API key is expired.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments