Description:
Currently, when a user logs out, their session may not be properly removed from Redis, which could lead to unnecessary memory usage and potential security risks. This issue aims to ensure that logging out clears the session from Redis effectively, improving security and performance.
Additional Notes:
- The contributor should check the current session management implementation in Schedulo to align with the existing architecture.
- If Redis keys follow a specific pattern (e.g., session:{userId}), ensure the correct keys are deleted.
Acceptance Criteria:
Description:
Currently, when a user logs out, their session may not be properly removed from Redis, which could lead to unnecessary memory usage and potential security risks. This issue aims to ensure that logging out clears the session from Redis effectively, improving security and performance.
Additional Notes:
Acceptance Criteria: