Try using the Scotty inspired Spock[0] with Spock-auth[1] or consider using Snap[2] or Yesod[3].
Here is a Yesod example[4] that uses Auth.
Here is a Snap example[5] that uses Auth.
> No Node.js tutorial would finish without a working session manager.
Yeah, many Haskell library/framework writers tend to see end to end tutorials as hand holding or see something as Auth as so simple it needs no explanation.
Here is a Yesod example[4] that uses Auth.
Here is a Snap example[5] that uses Auth.
> No Node.js tutorial would finish without a working session manager.
Yeah, many Haskell library/framework writers tend to see end to end tutorials as hand holding or see something as Auth as so simple it needs no explanation.
It was a roadblock for me personally.
0: https://github.com/agrafix/Spock
1: http://hackage.haskell.org/package/Spock-auth
2: http://snapframework.com/
3: http://www.yesodweb.com/
4: http://www.yesodweb.com/book/blog-example-advanced
5: http://www.christopherbiscardi.com/2014/01/07/getting-starte...