start adding omniauth functionality back in and debugging in production

This commit is contained in:
Michael Q Larson
2014-11-29 22:22:27 -08:00
parent ba0380bfd9
commit 21370b83a5
4 changed files with 70 additions and 81 deletions

View File

@ -4,14 +4,14 @@ var mongoose = require('mongoose');
var userSchema = new mongoose.Schema({
email: { type: String, unique: true, lowercase: true },
// password: String,
password: String,
linkedin: String,
facebook: String,
github: String,
twitter: String,
google: String,
github: String,
instagram: String,
linkedin: String,
tokens: Array,
challengesCompleted: { type: Array, default: [] },