Some small updates coming from IVIS

This commit is contained in:
Tomas Bures 2018-07-18 18:41:18 +01:00
parent 4943b22a51
commit e85c707973
14 changed files with 4319 additions and 2975 deletions

View file

@ -174,7 +174,7 @@ function createApp(trusted) {
}));
if (trusted) {
passport.setup(app);
passport.setupRegularAuth(app);
} else {
app.use(passport.tryAuthByRestrictedAccessToken);
}