We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad94e24 commit ffd6eb9Copy full SHA for ffd6eb9
1 file changed
server/index.js
@@ -4,9 +4,8 @@ const GoogleStrategy = require('passport-google-oauth20').Strategy;
4
5
const app = express();
6
7
-// https://console.developers.google.com
8
-// client id: 1078055607998-7guji31g81t4mpe2bmpr981fftt9l4pu.apps.googleusercontent.com
9
-// client secret: VWHkdS6I0jKfzSjEX_EoChok
+// clientID 964808011168-29vqsooppd769hk90kjbjm5gld0glssb.apps.googleusercontent.com
+// clientSecret KnH-rZC23z4fr2CN4ISK4srN
10
passport.use(new GoogleStrategy());
11
12
const PORT = process.env.PORT || 5000;
0 commit comments