Closed torkashvand closed 4 months ago
Problem: Users stay logged in and see menus even when their session token has expired. This causes errors and confusion, leading to support calls.
Expected Behavior: Automatically log out users and redirect them to the login page when their session token expires.
Solution: I am working on a PR to address this issue.
This is a PR for this: https://github.com/workfloworchestrator/example-orchestrator-ui/pull/45
Description
Problem: Users stay logged in and see menus even when their session token has expired. This causes errors and confusion, leading to support calls.
Expected Behavior: Automatically log out users and redirect them to the login page when their session token expires.
Solution: I am working on a PR to address this issue.