Build Node.js User Authentication - Password Login
דרג סרטון זה
התחבר כדי לדרג
תיאור
In this video we are going to build a secure Node.js user authentication system. I will be covering all of the security concerns that you will run into while building an authentication system. We will also cover how to securely store a password in case of a database breach. Lastly, we will cover how to login a user securely based on their name and password. 📚 Materials/References: GitHub Code: https://github.com/WebDevSimplified/Nodejs-User-Authentication Login With Passport Tutorial: https://youtu.be/-RCnNyD0L-s 🧠 Concepts Covered: - What a password salt is - How to properly hash a password - How to store passwords - Basic express server setup - User login 🌎 Find Me Here: Patreon: https://www.patreon.com/WebDevSimplified Twitter: https://twitter.com/DevSimplified Discord: https://discord.gg/7StTjnR GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified #WebDevelopment #WDS #JavaScript