MERN Authentication Tutorial #4 - Email & Password Validation

preview_player
Показать описание
⭐⭐ Get the full course now (without ads) on the Net Ninja Pro site:

⭐⭐ Get access to all free & PREMIUM courses on Net Ninja Pro:

🐱‍💻 Access the course files on GitHub:

🐱‍💻 MERN Stack Tutorial:

🐱‍💻 React Tutorial:

🔥🔥🔥 Other resources:
Рекомендации по теме
Комментарии
Автор

Awesome, I have learned a lot from Shaun's tutorial, really helpful, thank you so much 🥰

maskman
Автор

If you getting an error when trying to check your validation in postman, cancel out of the backend process and restart the server with every change you make

felixosei
Автор

I really appreciate the help & guidance you provide in these videos. I am following the MERN stack + Auth Tutorial from the beginning. But I am unable to deploy the project on Netlify & Heroku. Can you please do another video showing us how we can deploy this project on Netlify & Heroku. Thanks!

itsMarik
Автор

Great tutorial
can you make a video of email verification on signup?

jasoncarzano
Автор

2:31
Amazing tutorial and i truly appreciate your effort put into making these series. One thing i´ve never understood is how do i type those brackets or pipes or vertical bars or whatever they´re called. so far i google and copy them from wikipedia...

samuelhedberg
Автор

Since we are doing our own verification for the signups by throwing custom errors when certain fields are not respected, then doesn't this make the "required" part of the Schema superfluous? (although I guess we could see this as an extra layer of security or something along those lines)

andromilk
Автор

why check for existing user when mongoose will throw the duplicate when you set the field as unique

I guess the validation and the salt will go later into the userSchema proper methods and properties

wasd
Автор

This course will cover Role Based Authorization like admin, super admin, user, and super user route protecting.

dotaswot
Автор

Should the response for signup not be 201 Created?

Deltanova
Автор

hey shaun how are you hope so you are doing well i have to request you something that can u please make a series of mern projects like ecomerce real estate website etc hope so u will not dis apoint us

malikhaidi
Автор

Does anybody know why this error is constantly recurring in postman
{
"error": "E11000 duplicate key error collection: test.users index: username_1 dup key: { username: null }"
}

killMan
Автор

my " throw Error " not working while validate

aditalmahdi