mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
Compare commits
2 commits
bc2519c240
...
3238ee1a22
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3238ee1a22 | ||
|
|
61054adb74 |
1 changed files with 1 additions and 2 deletions
|
|
@ -75,8 +75,7 @@ class PassportOAuth {
|
||||||
|
|
||||||
app.get(`${endpoint}/${name}`, (req, res, next) => {
|
app.get(`${endpoint}/${name}`, (req, res, next) => {
|
||||||
passport.authenticate(name, {
|
passport.authenticate(name, {
|
||||||
scope: scope,
|
scope: scope
|
||||||
prompt: 'consent'
|
|
||||||
})(req, res, next);
|
})(req, res, next);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue