如何用密码保护ActiveAdmin? -- 轨道 3.1
除了 ActiveAdmin 使用的设计基本身份验证之外,我可以在哪里使用 .htaccess 类型身份验证作为第二个保护层?
如果不是 .htaccess,有什么方法我可以将 authenticate_or_request_with_http_basic
与 ActiveAdmin 结合使用?
In addition to the devise base authentication that ActiveAdmin uses, is where a way I can use .htaccess type authentication also as a second protection layer?
If not .htaccess, is there's a way I can use authenticate_or_request_with_http_basic
with ActiveAdmin?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的 application_controller.rb
http://railscasts.com/episodes/270-身份验证-in-rails-3-1
In your application_controller.rb
http://railscasts.com/episodes/270-authentication-in-rails-3-1
Leonel 给出了一个很好的答案,只是缺少一个小条件:
在你的 application_controller.rb 中
Leonel gave a good answer, it's just missing a little condition:
In your application_controller.rb