I have a business app with a premium feature that allows teams of users to access shared content (e.g. inventory tracking). I want to disallow users from sharing their logins, in other words if a user logs in on one device, I want to log them out on the other device.
Or, I want to disallow login if they're currently authenticated on another device.
Has anyone implemented this/seen this implemented anywhere?