User Log Out #14

Closed
opened 2026-02-25 18:11:09 +00:00 by Vylpes · 0 comments
Owner

Epic: #3


As a seller,
I want to log out of my account,
so that my account is secure when I'm done.

Blocked by: STORY-1.2 (User Log In)

Acceptance criteria:

  • Log out option is accessible from the main navigation
  • Logging out invalidates the session and redirects to the login page
  • Accessing a protected page after logout redirects to login

Subtasks:

  • Add log out action to the main navigation
  • Implement server-side session/token invalidation on logout
  • Redirect to the login page after logout
  • Protect all authenticated routes to redirect unauthenticated users to login
  • Write automated tests (integration: logout invalidates session, protected routes redirect)
  • Write/update documentation
Epic: #3 --- **As a** seller, **I want to** log out of my account, **so that** my account is secure when I'm done. **Blocked by:** STORY-1.2 (User Log In) **Acceptance criteria:** - Log out option is accessible from the main navigation - Logging out invalidates the session and redirects to the login page - Accessing a protected page after logout redirects to login **Subtasks:** - [ ] Add log out action to the main navigation - [ ] Implement server-side session/token invalidation on logout - [ ] Redirect to the login page after logout - [ ] Protect all authenticated routes to redirect unauthenticated users to login - [ ] Write automated tests (integration: logout invalidates session, protected routes redirect) - [ ] Write/update documentation
Vylpes added this to the (deleted) milestone 2026-02-25 18:11:09 +00:00
Vylpes modified the milestone from (deleted) to 0.1.0 2026-03-02 17:23:04 +00:00
Vylpes 2026-03-03 11:26:34 +00:00
  • closed this issue
  • removed the
    blocked
    label
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
RabbitLabs/droplet-next#14
No description provided.