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 d4c94a6Copy full SHA for d4c94a6
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