In ruby on rails with devise how could one check if a user is logged-in 1 time? Its possible to login with multiple browser with the same account.
I need every user to be able to login only 1time, is this possible somehow?
In ruby on rails with devise how could one check if a user is logged-in 1 time? Its possible to login with multiple browser with the same account.
I need every user to be able to login only 1time, is this possible somehow?
As answered here there is a devise plugin for this.
It has an issue with recent versions of devise, but still, there are forks dealing with issue.