设计 - 限制同一用户的多个会话
我有一个基于订阅的应用程序,根据添加的用户数量收费。
我想将用户限制为单个会话。
如何实施。我正在使用设备进行身份验证。
谢谢..
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..
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个支持会话限制的设计扩展
https://github.com/phatorx/devise_security_extension
There is a devise extension with session limit support
https://github.com/phatworx/devise_security_extension