From 45e55c545d8e9446c87bf686ea2abf31f84c386b Mon Sep 17 00:00:00 2001 From: Nevo David Date: Sat, 18 Apr 2026 19:53:19 +0700 Subject: [PATCH] feat: add auth header --- apps/backend/src/main.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/backend/src/main.ts b/apps/backend/src/main.ts index 16f24427..e4899974 100644 --- a/apps/backend/src/main.ts +++ b/apps/backend/src/main.ts @@ -27,6 +27,9 @@ async function start() { allowedHeaders: [ 'Content-Type', 'Authorization', + 'auth', + 'showorg', + 'impersonate', 'x-copilotkit-runtime-client-gql-version', ], exposedHeaders: [