Prompt login if auth enabled

This commit is contained in:
Nick O'Leary
2014-11-11 10:15:02 +00:00
parent 2128b57ab2
commit 28823802ea
13 changed files with 249 additions and 136 deletions

View File

@@ -50,6 +50,7 @@ function init(adminApp) {
auth.getToken,
auth.errorHandler
);
apiApp.get("/auth/login",auth.login);
// Flows
apiApp.get("/flows",flows.get);