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

2 Step - Multiple users, same device #43

Open
spindriftwebs opened this issue Oct 23, 2018 · 2 comments
Open

2 Step - Multiple users, same device #43

spindriftwebs opened this issue Oct 23, 2018 · 2 comments

Comments

@spindriftwebs
Copy link

Hi, have an issue where multiple users are logging in from the same device. At the moment it looks like a single cookie is created when remember device is checked, which means that when another user logs in from the same device, the cookie is overwritten with the new user info. When the previous user then logs in because the cookie info is not correct the user is being asked to re-authenticate. Can you think of a way around this issue ?? Thanks for any help.

@subins2000
Copy link
Owner

It should be one user per one device (browser) at a time.

@reddingwebpro
Copy link
Contributor

If by "user" you are meaning actually different people, this would be a pretty non-standard setup. You could support this by launching browers in their incognito setting for your second user/session, or alternately a seperate browser. But I'd suggest you really consider the security implications of what you're trying to do.

Alternately you might be looking for a feature like google support where you can have multiple accounts signed on at the same time and tracked in each window (such as multiple accounts accessed by a single user) This would be a completely different use can and would probably require a lot more coding.

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

3 participants