snix/src
William Carroll fdd51f626c Fully support login, logout
Refactor my handlers to use the `Handler a` type instead of `IO a`; this allows
me to throwError inside of handlers that Servant properly handles. Previously I
was creating 500 errors unnecessarily.
2020-07-29 20:26:23 +01:00
..
Accounts.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00
API.hs Fully support login, logout 2020-07-29 20:26:23 +01:00
App.hs Fully support login, logout 2020-07-29 20:26:23 +01:00
Auth.hs Fully support login, logout 2020-07-29 20:26:23 +01:00
init.sql Restrict users from multiple failed login attempts 2020-07-28 21:33:58 +01:00
LoginAttempts.hs Restrict users from multiple failed login attempts 2020-07-28 21:33:58 +01:00
Main.hs Prefer SQLite.Simple to Persistent 2020-07-27 15:22:22 +01:00
Sessions.hs Support looking up a session by its UUID 2020-07-29 20:21:56 +01:00
Trips.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00
Types.hs Support reading / writing cookies in API 2020-07-29 14:14:47 +01:00
Utils.hs Create Utils module for (|>) operator 2020-07-28 18:47:40 +01:00