1

I have a subscription based app, charged on the basis of number of users added.
I want to restrict users to single session.
How to implement it. I am using devise for authentication.

Thanks..

Pravin
  • 6,592
  • 4
  • 42
  • 51

1 Answers1

7

There is a devise extension with session limit support

https://github.com/phatworx/devise_security_extension

Alper Karapınar
  • 2,694
  • 1
  • 25
  • 36