Skip to content

Commit ad94e24

Browse files
committed
generated google keys
1 parent ca1513e commit ad94e24

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

server/index.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ const GoogleStrategy = require('passport-google-oauth20').Strategy;
44

55
const app = express();
66

7+
// https://console.developers.google.com
8+
// client id: 1078055607998-7guji31g81t4mpe2bmpr981fftt9l4pu.apps.googleusercontent.com
9+
// client secret: VWHkdS6I0jKfzSjEX_EoChok
710
passport.use(new GoogleStrategy());
811

912
const PORT = process.env.PORT || 5000;

0 commit comments

Comments
 (0)