tvl-depot/src
William Carroll 385164c6af Authorize endpoints
If I ever fully learn `servant-auth`, I'll probably recognize how naive this
hand-rolled solution is. But it works! And the code is pretty declarative, which
I like.
2020-07-30 10:23:55 +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 Authorize endpoints 2020-07-30 10:23:55 +01:00
Auth.hs Authorize endpoints 2020-07-30 10:23:55 +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 Debug erroneous table name 2020-07-30 09:51:32 +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