This is Level 2 of the Authentication and Security series. In this video, we develop a secret page that becomes accessible only after a user successfully registers and logs in. The session is used to maintain the login state, and the secret route is protected through middleware. The video also covers password encryption using bcryptjs, along with proper handling of hashed passwords during login. The goal of this session is to help you understand how to build a secure login system in and Express, how to protect pages from unauthorized access, and how to store user passwords safely using hashing techniques. Download Project Files Google Drive Folder: Commands to be Used to run project Install all packages from npm install Run the application node











