Closed adshayanB closed 3 years ago
We would like our schema to be something like this for the password field
var userSchema = new mongoose.Schema({ username: String, password: {type: String, select: false} });
Deemed not necessary anymore
We would like our schema to be something like this for the password field
var userSchema = new mongoose.Schema({ username: String, password: {type: String, select: false} });