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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.