Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
User Password Authentication - Node.js & Express Tutorials for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 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