Skip to content

Commit 7c2de5c

Browse files
Update passport.js
1 parent a2ebf8a commit 7c2de5c

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

modal/passport.js

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ passport.use(new GoogleStrategy({
1717
));
1818

1919
passport.use(new GitHubStrategy({
20-
clientID: "c03d795015e41188f002",
21-
clientSecret: "f7a934f57da88988bfca38cc98c6ba6847263f05",
22-
callbackURL: "https://xemzom.herokuapp.com/gajjurocks",
20+
clientID: "0bd1e43f983e6c6c2ac7",
21+
clientSecret: "63b41b791e926001b53ffeb6b09c66b84370c22b",
22+
callbackURL: "https://xemzom-chatting.herokuapp.com/gajjurocks",
2323
scope:['user:email'],
2424
},
2525
(accessToken, refreshToken, profile, ck)=>{
@@ -33,12 +33,10 @@ passport.use(new GitHubStrategy({
3333
}
3434
));
3535
passport.use(new InstagramStrategy({
36-
clientID: "c8674cab77a744d9bc2fa7fb060e37bb",
37-
clientSecret: "04be5ff8682e442ca3961be9322b2347",
38-
callbackURL: "https://xemzom.herokuapp.com/instagram",
36+
clientID: "00d7b8a48dd540bca6210cdd38631b0f",
37+
clientSecret: "6f24e4e6a2d4463291f0d4f0e6c33bcf",
38+
callbackURL: "https://xemzom-chatting.herokuapp.com/instagram",
3939
// scope:['email'],
40-
41-
4240
},
4341
(accessToken, refreshToken, profile, ck)=>{
4442
exports.emailID=profile.provider;

0 commit comments

Comments
 (0)