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: Logout #12

Closed
3 of 4 tasks
SandraBergstrom opened this issue Jun 16, 2023 · 0 comments
Closed
3 of 4 tasks

USER STORY: Logout #12

SandraBergstrom opened this issue Jun 16, 2023 · 0 comments
Assignees
Labels
Epic 1: User Account Management must-have Essential User Story Requirement
Milestone

Comments

@SandraBergstrom
Copy link
Owner

SandraBergstrom commented Jun 16, 2023

As a user, I can log out of the Travel Tickr platform, so that I can secure my account and maintain privacy.

Acceptance Cirteria:

  • Acceptance Criteria 1: There should be a visible navigation link or button in the user interface that allows me to log out.
  • Acceptance Criteria 2: When I click on the logout link or button, I should be immediately logged out of the platform.
  • Acceptance Criteria 3: After successfully logging out, I should be redirected to a logged-out view or the platform's landing page.

Tasks

  • Implement log out functionality in django
  • Create nav bar link to logout and only visible to logged in users
  • User redirects to a logged out view when successfully logged out

#Additional Considerations:

  • Additional security measures, such as clearing the user's session and ensuring any sensitive information is properly invalidated upon logout.
@SandraBergstrom SandraBergstrom self-assigned this Jun 16, 2023
@SandraBergstrom SandraBergstrom added this to the Sprint 2 milestone Jun 17, 2023
SandraBergstrom added a commit that referenced this issue Jun 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic 1: User Account Management must-have Essential User Story Requirement
Projects
Status: Done
Development

No branches or pull requests

1 participant