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: Log Out #14

Closed
3 tasks done
mtmanning93 opened this issue Jul 6, 2023 · 0 comments
Closed
3 tasks done

USER STORY: Log Out #14

mtmanning93 opened this issue Jul 6, 2023 · 0 comments
Labels
Should Have Important but not necessary for project delivery

Comments

@mtmanning93
Copy link
Owner

mtmanning93 commented Jul 6, 2023

As a logged in in user I can **log out ** so that I can protect my account

Acceptance Criteria

  • Menu:
    The main navigation menu includes a log out button only visible when a user is logged in.
  • Confirmation:
    On log out the user receives a confirmation alert.
  • Redirect:
    When logging out the user gets redirected to the 'home' page (landing page)

Tasks

  • Design and implement a log out link.
  • Implement the logic in order to only display the link when logged in, removing the 'login' and 'signup' links from view
  • Implement the alert and redirection when log out is confirmed
@mtmanning93 mtmanning93 added the Should Have Important but not necessary for project delivery label Jul 6, 2023
@mtmanning93 mtmanning93 mentioned this issue Jul 6, 2023
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Should Have Important but not necessary for project delivery
Projects
Development

No branches or pull requests

1 participant