From 748764833ba6f81d7b96ad6866c0dc4e29ddf423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Rafael=20Siqueira?= Date: Wed, 2 Apr 2025 14:31:42 -0300 Subject: [PATCH] typo --- http-api/middlewares/tenant_middelware.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-api/middlewares/tenant_middelware.py b/http-api/middlewares/tenant_middelware.py index 6c37ba8..4b8bbc1 100644 --- a/http-api/middlewares/tenant_middelware.py +++ b/http-api/middlewares/tenant_middelware.py @@ -27,7 +27,7 @@ class TenantMiddleware(BaseMiddlewareHandler): Middleware that associates a Tenant instance with the request context based on the authentication flow. For API authentication (`AuthFlowType.API_AUTH`), it assigns tenant information directly from the authorizer context. - For User authentication (`AuthFlowType.USER_AUTH`), it gets the Tenant ID from the specified request header. + For user authentication (`AuthFlowType.USER_AUTH`), it gets the Tenant ID from the specified request header. Parameters ----------