validate jwks, fix service decorator session handling

This commit is contained in:
Taylor Wilsdon
2025-08-03 10:07:55 -04:00
parent 2a4118bb65
commit d5949ee5b1
3 changed files with 28 additions and 11 deletions

View File

@@ -18,6 +18,7 @@ from auth.scopes import (
TASKS_SCOPE, TASKS_READONLY_SCOPE,
CUSTOM_SEARCH_SCOPE
)
from auth.session_context import get_session_context
# OAuth 2.1 integration is now handled by FastMCP auth
OAUTH21_INTEGRATION_AVAILABLE = True
@@ -53,10 +54,6 @@ async def get_authenticated_google_service_oauth21(
return service, user_google_email
def get_session_context():
"""Placeholder for session context - not needed with direct OAuth 2.1 store access."""
return None
logger = logging.getLogger(__name__)
# Service configuration mapping