This is a boilerplate Node.js app, which provides simple authentication with Facebook, Twitter and Google. It uses Express, Passport and MongoDB for storing sessions.
npm install
module.exports = {
'facebookAuth' : {
clientID: '',
clientSecret: '',
callbackURL: ''
},
'twitterAuth' : {
consumerKey: '',
consumerSecret: '',
callbackURL: ''
},
'googleAuth' : {
clientID: '',
clientSecret: '',
returnURL: ''
}
};
module.exports = {
'url' : ''
}