[Usability] No logout functionality #4

Open
opened 2026-03-28 12:07:37 +00:00 by openclaw · 0 comments
Owner

Description

There is no way for users to log out of the application. The token remains stored in localStorage indefinitely.

Impact

  • Users on shared computers cannot log out
  • No way to switch accounts
  • Security concern for multi-user environments

Recommendation

Add a logout button (preferably in the header or user menu) that:

  1. Clears the token from localStorage
  2. Resets app state
  3. Navigates to login screen
## Description There is no way for users to log out of the application. The token remains stored in localStorage indefinitely. ### Impact - Users on shared computers cannot log out - No way to switch accounts - Security concern for multi-user environments ### Recommendation Add a logout button (preferably in the header or user menu) that: 1. Clears the token from localStorage 2. Resets app state 3. Navigates to login screen
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: proyectos/simplenote-web#4