I am building a simple log in app and I want to allow users to login from one browser at a time.
In other words, if users are logged in in Safari, and then open a Firefox browser and login into the app, Safari app should log them out. Likewise, if users then try to login again into Safari, Firefox app should kick them out. Can some one help me in this. Currently I am using Laravel's out of the box login module to make development fast by using command PHP ARTISAN MAKE:AUTH.
Kindly guide me.