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

Logged out user access #93

Open
EnvyCy opened this issue Jan 17, 2022 · 1 comment
Open

Logged out user access #93

EnvyCy opened this issue Jan 17, 2022 · 1 comment

Comments

@EnvyCy
Copy link

EnvyCy commented Jan 17, 2022

Description
Having logged in to the app on 2 seperate browser tab and logged out on only one of them the site user is still able to navigate the user's site and view previous transaction information, despite logging out in the other tab.

Steps to reproduce

  1. Sign in
  2. Open the app in new tab
  3. Click "Settings" -> "Sign Out" -> "Confirm"
  4. Click on the tab opened at the start

Fix ideas

  • Upon clicking a sidebar button check if user session has expired. If so, redirect them to the login page.
  • If user signs out in one tab, sign them out in all other tabs.
  • Disable web browser cross-tab sessions.

Screenshots
Tab1
Tab2

@vr513
Copy link

vr513 commented Feb 7, 2022

I'm willing to contribute to this issue

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

No branches or pull requests

2 participants