Skip to content

Commit

Permalink
Mention include: "credentials" in authentification docs (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwennlbh authored Aug 23, 2024
1 parent 303bacb commit e150e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions site/src/routes/guides/authentication/+page.svx
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ export default new HoudiniClient({
}
})
```

Tip: If your API uses HTTP-Only cookies, don't forget to add `include: "credentials"` to `fetchParams`' return value

0 comments on commit e150e20

Please sign in to comment.