email: { type: String, unique: true, lowercase: true.valueOf, required: true },
above is my code block for mongoose model. the unique property is not working , I can create multiple users for the same email id
email: { type: String, unique: true, lowercase: true.valueOf, required: true },
above is my code block for mongoose model. the unique property is not working , I can create multiple users for the same email id