和典狱长一起记住我
对于我最新的项目,我使用 https://github.com/hassox/rails_warden。它非常适合我的需求,只是我找不到实现 Remember_me 的好方法。我知道从安全角度来看,记住我是非常困难的,所以我希望有一个项目可以完成这项工作。有人看到过什么或者有什么好主意吗?
For my lastest project I'm using https://github.com/hassox/rails_warden. It suits my needs very well except that I can't find a good way to implement remember_me. I know that it's notoriously difficult to get remember_me right from a security point of view so I'm hoping there's a project out there that will do the job. Anyone seen anything or get a good idea?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
好的,这就是我解决的方法
Ok here's how I solved it
Devise 是 Warden 之上的身份验证解决方案,具有 可记住实现。
Devise, which is an authentication solution on top of Warden, has a rememberable implementation.