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 a570d2b commit 752e768Copy full SHA for 752e768
doc/cookbook/hoist-server-with-context/HoistServerWithContext.lhs
@@ -334,6 +334,8 @@ main = do
334
Warp.runSettings settings $ warpLogger $ mkApp cfg cookieCfg jwtCfg ctx
335
```
336
337
+**Note for browser clients**: default cookie settings (`defaultCookieSettings`) may not be suitable for
338
+browser clients due to [XSRF protection](https://github.com/haskell-servant/servant/tree/master/servant-auth#xsrf-and-the-frontend).
339
340
## Usage
341
0 commit comments