-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Issue: Implement User Authentication with Profile Creation and Login Functionality
Objective:
Develop a user authentication system that allows users to create profiles, log in, and securely access their personal dashboard within the HikmatApp.
Tasks:
-
Profile Creation
- User registration forms are setup already (Snapshot Attached below) where new users can create a profile with required fields (e.g., username, password).
- Validate inputs to ensure security (e.g., password strength, unique usernames).
- Hash passwords for secure storage.
-
Login Mechanism
- Implement a login form for registered users.
- Authenticate users by checking credentials against the database.
- Set up secure session management.
-
User Dashboard Access
- Redirect authenticated users to their dashboard in the templates folder fo now after successful login.
- Implement session handling to maintain login status.
-
Error Handling
- Display appropriate error messages for failed login attempts or invalid registrations.
- Implement basic rate limiting for security against brute force attacks.
Requirements:
- Use secure hashing algorithms for passwords.
- Implement form validations (both frontend and backend).
Acceptance Criteria:
- Users can successfully create a profile with a unique username and secure password.
- Users can log in with correct credentials and are redirected to their dashboard.
- Error messages display appropriately for invalid actions.
- Sessions persist securely throughout the user’s interaction.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed

