thentos
thentos copied to clipboard
Make Thentos.Frontend.State production-ready.
Missing:
- cookie encryption.
- csrf.
- ?
(this may be a duplicate of some other tickets.)
- CSRF protection has been merged in #490
- Cookie encryption could be done with https://hackage.haskell.org/package/wai-session-clientsession (or equivalent)