User Model Do Not Have Any Password Field
Closed this issue · 1 comments
rishyym0927 commented
anki2003ta commented
Here Password field is not needed , will be made automatically..since we use Passport local
for authentication with the passport-local strategy, you typically don't need to store the password explicitly in our form, as Passport.js will handle the password processing.
Passport.js will handle the password hashing. The password is stored in the password field in the MongoDB collection, but it should be securely hashed.
So not needed