bortami / VMS

A Volunteer Management System to track volunteers, projects, volunteer hours, and to assist organizations in matching their volunteers to projects based on skills. Created as the Front End Capstone for NewForce.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Logout

bortami opened this issue · comments

Story

As a User, I should be able to click logout at any point to be logged out of the application and returned to the default home screen

** Given** a user is logged in and wishes to exit the application

  • When the user clicks the logout button
    Then the user’s credentials should be removed from the browser session, and all restricted routes will be closed, and the user is returned to the default homepage.

A user can now logout from anywhere in the app and are redirected to the login screen after they log out