-
clearSession does not clear the JWT and XSRF cookies; it sets their values to ' value'
That's because in https://github.com/haskell-servant/servant-auth/blob/a6e6040e8be28c1880ffc4e5d5be1d9954ba63e…
-
I would like to use the version 0.15 instead of the the one available on the last LTS (12.22), usually I'm adding this in stack.yaml :
```
extra-deps :
- git: git@github.com:haskell-servant/serva…
-
I followed the development guide in the readme as below:
```bash
git clone git@github.com:github/semantic.git
cd semantic
git submodule sync --recursive && git submodule update --init --recursive …
-
I have the following API:
```haskell
type API = Auth auths User :> "users"
:> ReqBody '[JSON] User
:> PostCreated '[JSON] UserId
```
W…
-
In my understanding, the current implementation of `configureLambda` does:
- Traverse directories regardless of dependencies
- Find all functions named `handler` then splices them as `.handler`
…
-
Something seems to be broken in the `ClientM` monad from `servant-client`.
```
import Control.Monad.Catch (onException)
snapshotSave :: ClientM ()
snapshotSave = do
liftIO (putStrLn "init"…
-
- Is it the [Reddit thread](https://www.reddit.com/r/haskell/comments/7m1mum/summer_of_haskell_call_for_ideas_for_2018/)?
- Is it this repo?
- Or, is it some mailing list?
Also, what happened to …
-
Specifically, the new streaming combinators.
-
`memory` is already a dependency due to `jose`, etc.
scope:
```
$ git grep -i BS64
src/Servant/Auth/Server/Internal/Cookie.hs:import qualified Data.ByteString.Base64 as BS64
src/Servant/Aut…
-
For the first version of the playground, we made the decision that the risk of attacks was too low and the effect of an attack was not significant enough to worry about. With the next version ready fo…