Jonathan Jouty
Jonathan Jouty
Hey, sorry for taking so long to get back to this. I'll address each of your points. --- > [...] I didn't notice any problems with JWT in our case...
@chshersh did my explanation help or further confuse things? I can try again if need be :)
Looks like changing `BodyTypes` is actually relatively easy, but `swagger2` only has `validateToJSON` and not `validateFromJSON`. Seems like implementation was started though: https://github.com/GetShopTV/swagger2/pull/162
Excuse that, I'm blind! The PR was merged and the function exists: https://hackage.haskell.org/package/swagger2-2.3.1.1/docs/Data-Swagger-Schema-Generator.html#v:validateFromJSON
#26 seems to have (partially? fully?) resolved this, but has not been cut into a new release yet.
Great, thanks @alpmestan, and Hello! :) Before a new release is made how do you feel about me making [`genBoundary`](https://github.com/haskell-servant/servant-multipart/blob/master/src/Servant/Multipart.hs#L325) not depend on `IO`? Either by taking a `StdGen` or...
> since you're the one with a concrete use case in his hands. Actually, I imagined it! Sorry! The implementation is perfectly fine as it is :)
Ping @arybczak @phadej @23Skidoo Any preferred solution before we start working on this?
(Thanks for this amazing tool BTW!)