Some small updates coming from IVIS
This commit is contained in:
parent
4943b22a51
commit
e85c707973
14 changed files with 4319 additions and 2975 deletions
|
@ -174,7 +174,7 @@ function createApp(trusted) {
|
|||
}));
|
||||
|
||||
if (trusted) {
|
||||
passport.setup(app);
|
||||
passport.setupRegularAuth(app);
|
||||
} else {
|
||||
app.use(passport.tryAuthByRestrictedAccessToken);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue