The presented project implements
- a user authentication system with secure login and registration functionality using Flask-Bcrypt
- user would be able to register, login and access the page only after authentication
- implemented with standard mechanisms to handle password hashing, session management and user role-based access control.