I need to implement a login restriction in a Shopify store where a customer can be logged in on only one device at a time.
If the same customer logs in from another device or browser, the previous session should be automatically logged out.
I understand that Shopify does not support this functionality natively.
I would like to know:
- Is there any verified third-party Shopify app that supports single-device login or session invalidation?
- If not, is it possible to achieve this using a custom app or the Customer Account API?
Any confirmed guidance or real-world implementation details would be appreciated.