Update auth/service_decorator.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -23,9 +23,7 @@ from auth.scopes import (
|
|||||||
OAUTH21_INTEGRATION_AVAILABLE = True
|
OAUTH21_INTEGRATION_AVAILABLE = True
|
||||||
|
|
||||||
|
|
||||||
# REMOVED: _extract_and_verify_bearer_token function
|
# REMOVED: _extract_and_verify_bearer_token function. This functionality is now handled by AuthInfoMiddleware.
|
||||||
# This functionality is now handled by AuthInfoMiddleware
|
|
||||||
|
|
||||||
async def get_authenticated_google_service_oauth21(
|
async def get_authenticated_google_service_oauth21(
|
||||||
service_name: str,
|
service_name: str,
|
||||||
version: str,
|
version: str,
|
||||||
|
|||||||
Reference in New Issue
Block a user