Auth- Added Back-end Logic

removed personal details
This commit is contained in:
Curtis SerVaas
2014-08-07 17:47:09 -04:00
parent 91661c448c
commit bd8b510a73
8 changed files with 220 additions and 83 deletions
+8
View File
@@ -0,0 +1,8 @@
module.exports = {
'googleAuth' : {
'clientID' : 'your-secret-clientID-here',
'clientSecret' : 'your-client-secret-here',
'callbackURL' : 'http://localhost:3000/auth/google/callback'
}
};