Skip to content

Commit

Permalink
chore(api): add sending cookie credentials with requests
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Feb 22, 2024
1 parent 3e78e6f commit 9446a1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/api/src/Domain/Http/FetchRequestHandler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export class FetchRequestHandler implements RequestHandlerInterface {
return new Request(httpRequest.url, {
method: httpRequest.verb,
headers,
credentials: 'include',
})
}

Expand Down

0 comments on commit 9446a1a

Please sign in to comment.