added tokens field to User model

This commit is contained in:
Sahat Yalkabov
2013-11-19 17:14:02 -05:00
parent 55de39f30e
commit f622882de4

View File

@ -7,6 +7,7 @@ var userSchema = new mongoose.Schema({
firstName: String,
lastName: String,
password: String,
tokens: Array,
provider: String,
facebook: String,
google: String