Commit Graph

7 Commits

Author SHA1 Message Date
d802294418 admindb: add GetByID to AllowListService 2021-02-15 14:43:55 +01:00
ecc11f8bc4 admindb: change list interface to also work with IDs 2021-02-15 14:43:55 +01:00
6416d1c215 allow list interface 2021-02-15 14:43:32 +01:00
0a44d19b4b add missing license headers 2021-02-09 12:53:33 +01:00
743de1d1f6 add simple authenticated navigation
{{is_logged_in}} returns a *admindb.User value or nil depending on their
state. This can be used to build conditional rendering.
2021-02-09 12:39:57 +01:00
ef4a2f3f22 sqlite and auth setup 2021-02-08 17:47:42 +01:00
01ed66d6df basic auth middleware setup 2021-02-08 13:02:45 +01:00