isAuthenticated is provided from the auth router app.get('/', (req, res) => { console.log(req.oidc.isAuthenticated()); res.render("index", ...
確定! 回上一頁