Saurabh Nanda
Saurabh Nanda
Trying Dhall for the first time in a real-world configuration scenario (finally found one!), and I ran into this problem. What's the current recommendation for constructing (reasonably) safe/correct IP addresses...
> You'll get authenticated user if everything works ok. That means you could be setting cookie to be https only, etc. Check if cookie is set when accessing rLogin. Here's...
@domenkozar here's an isolated piece of code: https://gist.github.com/saurabhnanda/032b80702f18a42badc62db3f7a1d401 Here's what happens on the web browser: 
> What happens if you set cookieXsrfSetting = Nothing (in CookieSettings)? I'm using https://hackage.haskell.org/package/servant-auth-server-0.3.2.0/docs/Servant-Auth-Server.html#t:CookieSettings which doesn't have this field. I've tried setting `xsrfExcludeGet=False`, but even that doesn't have any impact....
I tried switching to `master` on LTS-11.12, but failed with the following error: ``` Error: While constructing the build plan, the following exceptions were encountered: In the dependencies for servant-auth-server-0.3.3.0:...
@jkarni @domenkozar Got `master` to work, turned off XSRF and auth is working as expected now. Thanks for the help! One feedback on the API -- does **every** authenticated endpoint...
Sorry for jumping in, but could this basically be related to how `wai` itself works? I had hit https://github.com/yesodweb/wai/issues/636 while trying to implement a logger that logged the complete request...
Hi, I'm new to this project and was just playing around and hit the same issue. Does the form generator display validation errors out-of-the-box (irrespective of I18n)? I noticed that...
@brendanhay this is something that I'd like to help with. It's scratching my own itch. Every newbie in my team has struggled with the `gogol-*` family of libraries. In fact,...
@brendanhay Is there any reason why http://hackage.haskell.org/package/gogol-0.3.0/docs/Network-Google-Auth.html#t:Credentials & http://hackage.haskell.org/package/gogol-0.3.0/docs/Network-Google-Auth-InstalledApplication.html#v:redirectURI can't be extended to also allow Gogol to support "Web Server Applications"? I've spent quite some time today understanding how Gogol...