Description: A minimalist user authentication and authorization system built with Node.js and MongoDB. This project offers basic signup and login functionalities for web applications, allowing users to create accounts, log in securely, and access protected resources.
Key Features:
User Registration: Users can easily sign up by providing their email and password.
User Authentication: Secure user authentication using hashed passwords and token-based sessions.
MongoDB Integration: Utilizes MongoDB to store user data securely.
Middlewares: Checks for the Protected route of Admin and Student.