用户模型 Rails 3 中的自定义设备验证方法
有没有办法创建一个接受用户名、密码和其他自定义属性的自定义身份验证方法?
所以我可以这样做 User.authenticate('user123', 'secret123', 'attr1')
Is there a way I could create a custom authenticate method which accepts username,password and some other custom attribute?
So I could do User.authenticate('user123', 'secret123', 'attr1')
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
应该是这样:)
您可以在 wiki。
That should be it :)
You can read more on the wiki.