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

Can it restrict only login in one device? #42

Open
maplewang opened this issue Aug 31, 2018 · 1 comment
Open

Can it restrict only login in one device? #42

maplewang opened this issue Aug 31, 2018 · 1 comment

Comments

@maplewang
Copy link

maplewang commented Aug 31, 2018

For security purpose only allows customer login from the first device that they used name and password login.
It is different with two steps validation, I only allowed the first logined device to be used in the future.

@reddingwebpro
Copy link
Contributor

Just to be clear are you wanting to completely lock all future logins to a specific device? You might want to consider the implications of this. The only two ways to really accomplish this is some sort of cookie or locking down by IP address. You might want to consider what happens when a user connects from a different location (home/work) from the same device, or what if the user changes their browser/clears cookies. If you're trying to do some sort of licensing lock down, you might want to go about it a different way.

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