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: User Authentication and Authorization #16

Open
1brahimmohamed opened this issue Oct 20, 2023 · 0 comments
Open

User Story: User Authentication and Authorization #16

1brahimmohamed opened this issue Oct 20, 2023 · 0 comments
Assignees
Labels
user story user story that descript features

Comments

@1brahimmohamed
Copy link
Owner

As a user of the medical image viewer
I need the ability to authenticate myself and securely log in to the application
So that I can access sensitive patient data and features while ensuring the security and privacy of the information.

Details and Assumptions

  • The application should present a login screen where I can input my credentials (username and password).
  • Upon submission, the system should verify my credentials against the stored user database.
  • Failed login attempts should trigger appropriate error messages and security measures.
  • The application should log both successful and failed login attempts for security auditing.

Acceptance Criteria

Given I'm using the application
And I am presented with a login screen
And I provide valid credentials (username and password)
Then the system should verify my credentials against the stored user database
And I should gain access to the viewer's features and patient data
And if I provide invalid credentials, the system should display an appropriate error message
And the application should log both successful and failed login attempts for security auditing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
user story user story that descript features
Projects
None yet
Development

No branches or pull requests

2 participants