We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4be447d commit 9f8d7c7Copy full SHA for 9f8d7c7
1 file changed
packages/server/index.ts
@@ -56,6 +56,7 @@ const allowHeaders = ["Content-Type", "Authorization", "x-project-id", "Access-C
56
// middleware (rate limiter, CSRF, auth) can return a response without headers.
57
const publicCors = cors({
58
origin: "*",
59
+ credentials: true,
60
allowMethods,
61
allowHeaders,
62
});
0 commit comments