Skip to content
This repository has been archived by the owner. It is now read-only.

user's logged in state is not always synchronized across tabs #3024

Closed
shane-tomlinson opened this issue Sep 2, 2015 · 0 comments
Closed

user's logged in state is not always synchronized across tabs #3024

shane-tomlinson opened this issue Sep 2, 2015 · 0 comments
Assignees

Comments

@shane-tomlinson
Copy link
Member

@shane-tomlinson shane-tomlinson commented Sep 2, 2015

This was brought up by @ncalexan.

Scenario 1:

  1. User is unauthenticated, has two tabs (Tab A, and Tab B) open, both to the signin or signup page.
  2. In Tab A , the user signs in and is shown the settings page.
  3. Nothing happens in Tab B.
Expected
  1. Tab B redirects to the settings page.

Scenario 2:

  1. User is authenticated, has two tabs (Tab A, and Tab B) open to the /settings page.
  2. In Tab A, the user signs out and is sent to the /signin page.
  3. Tab B does nothing until the user attempts to do something.
Expected
  1. Tab B redirects to the /signin page.

We currently synchronize session state on email verification, but not otherwise.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

2 participants