We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1048c1f + 2455f6d commit 71d4b79Copy full SHA for 71d4b79
src/config/passport.ts
@@ -18,7 +18,6 @@ passport.use(
18
tokenURL: `${AUTH_SCH_URL}/oauth2/token`,
19
clientID: process.env.CLIENT_ID,
20
clientSecret: process.env.CLIENT_SECRET,
21
- callbackURL: '/auth/oauth/callback',
22
scope: ['basic', 'displayName', 'mail']
23
},
24
async (
0 commit comments