How can I disable multiple login sessions for users.

I am using the REST module and Simple oauth module for the users to login into my react website. The problem is I want to implement the feature in a way that the users if they have already logged into some browser and if they try to login again into any other browser or device. The 1st sessions should get logout while login into the 2nd one.

Comments

ssob_ii created an issue. See original summary.

ssob_ii’s picture

Issue summary: View changes
ssob_ii’s picture

Issue summary: View changes
bojan_dev’s picture

Status: Active » Closed (works as designed)
ssob_ii’s picture

The module I am using is Simple oauth & OpenID Connect. The link you have provided is or the different module

bojan_dev’s picture

Simple OAuth is based on the "thephpleague/oauth2-server" library. The feature request there is similar to yours.