Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[User Story]: Enter username/email and password to securely access the account. #34

Closed
9 tasks done
Tracked by #33
chriscoderdr opened this issue Nov 3, 2024 · 0 comments
Closed
9 tasks done
Tracked by #33
Assignees
Labels
user-story User Story

Comments

@chriscoderdr
Copy link
Owner

chriscoderdr commented Nov 3, 2024

[User Story] Enter Username/Email and Password to Access Account Securely

Description:

As a driver, I want to enter my username/email and password so that I can securely access my account.

Acceptance Criteria:

  • A login form is available for drivers to input their username/email and password.
  • Credentials are validated on the client side before submission (e.g., password length).
  • A successful login redirects the driver to the main app interface.
  • If the credentials are incorrect, an error message is displayed.

Tasks:

Backend:

  • Set up API endpoint for driver login.
  • Validate credentials against stored data securely.
  • Implement error handling for incorrect credentials.
  • Return authentication tokens on successful login.

Mobile:

  • Create login form with fields for username/email and password.
  • Add front-end validation for inputs (e.g., required fields, password length).
  • Send credentials to the backend for authentication.
  • Display error messages if login fails due to incorrect credentials.
  • Redirect to main app interface upon successful login.

Labels:

  • User Story

Related

@chriscoderdr chriscoderdr changed the title User Story 1: Enter username/email and password to securely access the account. [User Story]: Enter username/email and password to securely access the account. Nov 3, 2024
@chriscoderdr chriscoderdr self-assigned this Nov 3, 2024
@chriscoderdr chriscoderdr added the user-story User Story label Nov 3, 2024
chriscoderdr added a commit that referenced this issue Nov 3, 2024
… account access

- adding login form
- adding login screen
- adding screen access from not found (debugging purposes)
- adding login endpoint in api
chriscoderdr added a commit that referenced this issue Nov 3, 2024
… account access (#35)

- adding login form
- adding login screen
- adding screen access from not found (debugging purposes)
- adding login endpoint in api
chriscoderdr added a commit that referenced this issue Nov 10, 2024
… account access

- adding login form
- adding login screen
- adding screen access from not found (debugging purposes)
- adding login endpoint in api
chriscoderdr added a commit that referenced this issue Nov 10, 2024
… account access

- adding login form
- adding login screen
- adding screen access from not found (debugging purposes)
- adding login endpoint in api
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user-story User Story
Projects
None yet
Development

No branches or pull requests

1 participant