【发布时间】:2013-11-17 06:21:10
【问题描述】:
刚刚有一个关于 http_basic_authenticate_with 的新手问题。如果我在控制器中放置一些简单的东西,
http_basic_authenticate_with :name => "user", :password => "secret"
如何确保密码安全。我只是希望能够将应用程序投入生产/发布它,并以安全的方式保护整个应用程序密码。
感谢您的任何建议。
【问题讨论】:
标签: ruby-on-rails authentication passwords