databse remote connection
This commit is contained in:
@ -12,7 +12,7 @@ module.exports = (passport) => {
|
||||
passport.use(new GoogleStrategy({
|
||||
clientID: '987329071574-imvtfil34qrnlgouc0njo62aq4md5g1e.apps.googleusercontent.com',
|
||||
clientSecret: 'xABbcOGWgLCp6X0P4BTjZNYb',
|
||||
callbackURL: 'http://localhost:7000/auth/google/callback'
|
||||
callbackURL: '/auth/google/callback'
|
||||
},
|
||||
(token, refreshToken, profile, done) => {
|
||||
return done(null, {
|
||||
|
Reference in New Issue
Block a user