Главная
Study mode:
on
1
Intro
2
Welcome
3
Simulating a users database
4
Two routes are needed
5
Create the register controller
6
Install bcrypt dependency
7
Handle new user request
8
Hash and Salt passwords with bcrypt
9
Create the register route file
10
Add the route to the server
11
Start the dev server
12
Test the register route
13
Create the auth controller
14
Create the auth route file
15
Add the auth route to the server
16
Test the auth route
Description:
Learn how to implement user password authentication in a Node.js and Express application. Explore the process of creating registration and authentication routes, simulating a user database, and securely storing passwords using hashing and salting techniques. Follow along as you install the bcrypt dependency, handle new user requests, create controllers and route files, and test the implemented functionality. Gain practical insights into building secure user authentication systems for web applications.

User Password Authentication - Node.js & Express Tutorials for Beginners

Dave Gray
Add to list