Hi,
I figured out that I could create some bugs if I connect the user test:123 on Chrome, then I open my app on Safari and connect again with test:123 because I’m connected in 2 browser and I use a lot of session variables.
Also, if you look into Meteor.users.findOne().services.resume, you would see all the login tokens for that user. You can just delete the one’s that are not being used.
here the word “bugs” has senses since it’s not linked to my problem. The problem is how to allow the user to be connected from 1 browser at the time it’s not how to resolve theses bugs
user A is logged on Chrome
user B is logged on Chrome then he opens Safari and login on Safari --> it should disconnect B from Chrome but keep A connected