diff --git a/services/auth.py b/services/auth.py index 6618f56..2e5c100 100644 --- a/services/auth.py +++ b/services/auth.py @@ -47,9 +47,6 @@ async def check_auth(req) -> str | None: # Handling and logging exceptions during authentication check print(f"[services.auth] {e}") - if not user_id: - raise HTTPException(status_code=401,detail="Unauthorized") - class LoginRequiredMiddleware(Extension): async def on_request_start(self):