Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的应用程序中,我使用 RESTful 身份验证来验证登录。但问题是每当我登录并检查日志时,我的密码都是以明文形式发送的,而且很容易阅读。我尝试了很多东西,但问题仍然存在。
关于如何解决这个问题的任何想法。
找到了解决方案。
在 application.rb 中只需添加以下行,其余的将被处理;
config.filter_parameters << :password