Authentication Module – Login & Register
1. BRD (Business Requirement Document)
Objective
The system should allow users to create an account and securely access the application.
Business Requirements
- Users should be able to register for a new account.
- Users should be able to login using registered credentials.
- Only authenticated users should access the dashboard.
2. SRS (Software Requirement Specification)
Functional Requirements
FR1 – User Registration
- User must enter:
- Email must be unique.
- Password should be at least 6 characters.
FR2 – User Login
FR3 – Authentication Validation
- System should validate credentials.