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] - As a logged-in user, I want to log out of the system securely to prevent unauthorized access to my account. #53

Open
ichirokentaro opened this issue Jun 7, 2024 · 0 comments

Comments

@ichirokentaro
Copy link
Contributor

ichirokentaro commented Jun 7, 2024

  1. Given that I am a logged-in user,
    When I click on the 'Logout' button,
    Then I should be logged out of the system.

  2. Given that I have logged out,
    When I attempt to access any page that requires authentication,
    Then I should be redirected to the login page.

  3. Given that I have logged out,
    When I close the browser and reopen it,
    Then I should not be logged in to the system.

  4. Given that I have logged out,
    When I try to use the old session cookie,
    Then the system should not recognize it as a valid session.

  5. Given that I have logged out,
    When I view my browser's history,
    Then I should not be able to see sensitive information from my previous session.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant