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 3e78e6f commit 9446a1aCopy full SHA for 9446a1a
packages/api/src/Domain/Http/FetchRequestHandler.ts
@@ -63,6 +63,7 @@ export class FetchRequestHandler implements RequestHandlerInterface {
63
return new Request(httpRequest.url, {
64
method: httpRequest.verb,
65
headers,
66
+ credentials: 'include',
67
})
68
}
69
0 commit comments