diff --git a/src/App/AuthenticationDaemonAdminInterface.purs b/src/App/AuthenticationDaemonAdminInterface.purs index 88d0d27..1a7004b 100644 --- a/src/App/AuthenticationDaemonAdminInterface.purs +++ b/src/App/AuthenticationDaemonAdminInterface.purs @@ -1,10 +1,10 @@ -module App.AuthenticationDaemonAdminInterface where - {- Administration interface for the authentication daemon. This interface should allow to: - TODO: add, remove, search, validate users - TODO: raise a user to admin + - TODO: list users (getting them slowly, otherwise it will cause problems with thousands of logins) -} +module App.AuthenticationDaemonAdminInterface where import Prelude (Unit, bind, discard, not, pure, show, ($), (<<<), (<>))