Link to home
Start Free TrialLog in
Avatar of Gregg
GreggFlag for United States of America

asked on

AngularJS: Limit logins to once device at a time?

Hello experts,
I have a firebase application that implements a login strategy that is a derivative of angular-seed.

I would like to enforce user logins to be limited to one device at a time. Do you have any recommendations on how to implement this kind of feature?

For example, if I login on a desktop and then try logging in on a second device; I would like to be able to detect multiple login attempts. I have not decided what happens when this occurs yet but I believe I will invalidate the other session.

I have not started my research into this yet but I thought I would seek feedback from the EE community.

Thank you,
Gregg
ASKER CERTIFIED SOLUTION
Avatar of Alexandre Simões
Alexandre Simões
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Gregg

ASKER

You have provided some excellent points that will help me my research. At this point I am not certain if this is the route I want to take. Thank you.