DasUnicorn / WordWeave

Reddit style news site
0 stars 1 forks source link

User Story: Logout #20

Closed DasUnicorn closed 8 months ago

DasUnicorn commented 8 months ago

Description Of Service Or Screen: Logout

User Objective: As a WordWeave user, I want to log out of my account to ensure the security of my information and maintain privacy.

Acceptance Criteria:

DasUnicorn commented 8 months ago

Testing

Testcase Result
Users have access to a "Logout" or "Sign Out" option prominently displayed in the user interface. yes
Clicking on the "Logout" option initiates a confirmation prompt to prevent accidental logouts. yes
Users can confirm the logout action from the confirmation prompt. yes
If confirmed, the system immediately logs the user out and redirects them to the login screen. yes
After logging out, users attempting to access restricted pages or features are redirected to the login screen. yes, for now and will be tested further in different user story
The user's session is terminated, ensuring that they must re-enter their credentials to access the account. yes

Result: finish!