mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a member/admin I need to be able to log out So that I can securely end my session and prevent unauthorized access #18

Open mmanning95 opened 1 week ago

mmanning95 commented 1 week ago

As a member/admin I need to be able to log out So that I can securely end my session and prevent unauthorized access

Details and Assumptions

Acceptance Criteria


Scenario: Successful log out
Given I am logged in as an user
When I click the "log out" button
Then I should be redirected to the home page
And I should see a message confirming I have logged out
And the "sign in" button should be visible again