We need to implement a secure Sign-Out feature for the volunteer web application to allow users to log out of their session safely and return to the homepage or login screen.
Acceptance Criteria:
A visible and accessible "Sign Out" button is present in the UI.
On clicking Sign Out:
The user session/token is invalidated or removed.
User is redirected to login or landing page.
Local storage / cookies are cleared of any user-related data.
We need to implement a secure Sign-Out feature for the volunteer web application to allow users to log out of their session safely and return to the homepage or login screen.
Acceptance Criteria:
A visible and accessible "Sign Out" button is present in the UI.
On clicking Sign Out:
The user session/token is invalidated or removed.
User is redirected to login or landing page.
Local storage / cookies are cleared of any user-related data.