Description
In this course, you will :
- Learn how to build a fantastic user login system with NodeJS, Express, and Passport. NodeJS is an excellent server-side application platform, whereas Express is a straightforward web application framework and Passport is an authentication middleware.
- Learn how to create a login UI that allows users to register, log in, and navigate to a user manager. The possibilities for this technology are limitless, and authentication can be added to any website.
Syllabus :
1. Basic DB structure
- Getting Started With MongoDB
2. Middleware
- App & Middleware Setup
- Views & Layout
- Register Form & Validation
- Models & User Registration
- Password Hashing with BCrypt
3. Final App Structure
- Passport Login Authentication
- Logout & Access Control