router.get('/login', (req, res, next) => { const authenticator = passport.authenticate('auth0', { scope: 'openid email profile', state: 'custom' }) ...
確定! 回上一頁