Impactworkers / iw-complaint-manager

Impactworkers Complaint Manager
1 stars 0 forks source link

Authenticate securely into system #52

Open rnair-tw opened 4 months ago

rnair-tw commented 4 months ago

User Story

As a user I want to authenticate securely to access the system So that my data and activities are protected

Business Context:

Ensuring secure authentication is crucial for protecting sensitive information and maintaining system integrity. This feature prevents unauthorized access and potential data breaches, safeguarding both user data and the organization's reputation.

In Scope

  1. Implementation of secure login mechanisms (e.g., password encryption).
  2. Multi-factor authentication (MFA) support.
  3. Session management to handle user logins and logouts securely.
  4. Integration with third-party authentication services

Out of Scope

Open Questions

  1. What authentication methods will be supported (e.g., email/password, social logins)?
  2. Will there be a requirement for password recovery or reset functionality?

Mockups

Acceptance Criteria

Scenario: Successful Login Given a registered user, When they enter their correct username and password, Then they should be logged into the system to the all cases screen

Scenario: Failed Login Given a registered user, When they enter an incorrect username or password, Then they should see an error message indicating invalid credentials.

Notes

Checklist

Kickoff

Deskcheck