Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancements for auth session when using Care in multiple tabs #4836

Closed
2 tasks done
rithviknishad opened this issue Feb 16, 2023 · 0 comments · Fixed by #5021
Closed
2 tasks done

Enhancements for auth session when using Care in multiple tabs #4836

rithviknishad opened this issue Feb 16, 2023 · 0 comments · Fixed by #5021
Assignees

Comments

@rithviknishad
Copy link
Member

rithviknishad commented Feb 16, 2023

Describe the bug

When we have multiple tabs opened, and sign out from one of the tabs, the following issues are present

  • The session is not signed out from the other tabs. (we could make use of Window: storage event to achieve this)
  • When we navigate to any route from the other tabs, we are redirected to a 404. Instead, we could redirect to a session expired page.

To Reproduce
Steps to reproduce the behavior:

  1. Sign in to care in multiple tabs
  2. Sign out from any one tab

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots

out.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant