Add timeout to Keycloak operations and convert OfflineTokenStore to async (#13096)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Tim O'Farrell
2026-03-02 03:48:45 -05:00
committed by GitHub
parent d6b8d80026
commit e1408f7b15
45 changed files with 1577 additions and 1341 deletions

View File

@@ -246,7 +246,6 @@ class ProviderHandler:
"""
Get repositories from providers
"""
if selected_provider:
if not page or not per_page:
raise ValueError('Failed to provider params for paginating repos')

View File

@@ -89,7 +89,6 @@ async def get_user_repositories(
external_auth_token=access_token,
external_auth_id=user_id,
)
try:
return await client.get_repositories(
sort,