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 - Account Logout #26

Closed
3 tasks done
MattBCoding opened this issue Jun 1, 2022 · 2 comments
Closed
3 tasks done

User Story - Account Logout #26

MattBCoding opened this issue Jun 1, 2022 · 2 comments
Labels
Must-Have Story Points: 4 User Story Estimate is 4 story points
Milestone

Comments

@MattBCoding
Copy link
Owner

MattBCoding commented Jun 1, 2022

As a User, I would like to be able to log out of my account, so that I can keep my account secure

Acceptance Criteria

  • Acceptance Criteria 1
    Given that I am logged into my account
    When I click on the logout link
    Then I am asked to confirm to logout
  • Acceptance Criteria 2
    Given that I am a logged in user who has clicked logout
    When I confirm I want to logout
    Then I am logged out of my account
  • Acceptance Criteria 3
    Given that I am a registered user, who has signed out of my account
    When I use the browser navigation buttons such as back button
    Then I cannot access information which requires me to be signed in

Tasks

  • Task 1 – Develop link for users to access logout functionality
  • Task 2 – Develop logout confirmation form to log users out
  • Task 3 – Develop a redirect so if a user signs out whilst on a page requiring a user to be logged in, it redirects them appropriately

Iteration:

Points:

Epic: #4

@MattBCoding MattBCoding added Must-Have Story Points: 4 User Story Estimate is 4 story points labels Jun 1, 2022
@MattBCoding MattBCoding added this to the Sprint 1 milestone Jun 1, 2022
@MattBCoding
Copy link
Owner Author

Tasks 1 + 2 completed on commit a70e4fa

@MattBCoding
Copy link
Owner Author

Task 3 - unnecessary - sign out functionality located on own page. User is required to navigate to sign out page in order to sign out. If user has page that requires them to be logged in open on another tab it will remain open until they navigate away from that page - or try to submit a form.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Must-Have Story Points: 4 User Story Estimate is 4 story points
Projects
None yet
Development

No branches or pull requests

1 participant