Skip to content

1. Login #148

@andrei-manda

Description

@andrei-manda

User Story

As a user, I want to be able to log in to the application using my credentials, so that I can use the application's features.

Description

The application will have a login functionality that allows users to log in using their credentials.

Preconditions

  • The user has valid credentials.

Main Flow

  1. The user opens the application and clicks the "Login" button.
  2. The application prompts the user to enter their credentials.
  3. The user enters their username (email) and password and clicks the "Login" button.
  4. The application sends the user's credentials to the authentication system.
  5. If the credentials are valid, the authentication system sends a response back to the application indicating that the user is authenticated and authorized to access the application.
  6. The application logs the user.

Business Rules

  1. The application must allow only authenticated and authorized users to access it.
  2. The application must display an error message if the user enters invalid credentials.
  3. Upon form submission, all input fields must undergo white space removal.

Additional Information

  • The mobile application does not handle account creation as this responsibility falls to the web application.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions