Skip to content

Instantly share code, notes, and snippets.

@nkbt
Created February 28, 2014 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nkbt/9271353 to your computer and use it in GitHub Desktop.
Save nkbt/9271353 to your computer and use it in GitHub Desktop.
Passport.js config
"apps": {
"twitter": {
"consumerKey": "1234",
"consumerSecret": "1234",
"callbackURL": "http://localhost/auth/twitter/callback"
},
"linkedin": {
"consumerKey": "1234",
"consumerSecret": "1234",
"callbackURL": "http://localhost/auth/linkedin/callback"
},
"facebook": {
"clientID": "1234",
"clientSecret": "1234",
"callbackURL": "http://localhost/auth/facebook/callback"
},
"stripe": {
callbackURL: "http://localhost/auth/stripe/callback"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment