Build Node.js User Authentication - Password Login

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.

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

#WebDevelopment #WDS #JavaScript

Suggest:

☞ How To Create A Password Protected File Sharing Site With Node.js, MongoDB, and Express

☞ Getting Started with Node.js - Full Tutorial

☞ Angular and Nodejs Integration Tutorial

☞ How To Build a Node.js Application with MongoDB

☞ Learn Vue.js from scratch 2018

☞ Learn JavaScript - Become a Zero to Hero