【问题标题】:Which authentication method is a better solution ? restful or authlogic?哪种身份验证方法是更好的解决方案?宁静还是真实?
【发布时间】:2010-10-17 07:38:36
【问题描述】:

我正在构建一个 Rails 3 Web 应用程序,我想在 restful 身份验证和 authlogic 方法之间进行选择。 在restful authentication和Authlogic中,基于万无一失的安全性、可定制性和防黑客性,哪一个更好?

【问题讨论】:

    标签: ruby-on-rails authentication ruby-on-rails-3


    【解决方案1】:

    您可能想查看Devise,尤其是使用 Rails 3 应用程序时。

    【讨论】:

      【解决方案2】:

      restfull_authentification 不再兼容 Rails 3 并且没有真正维护。因此,如果您想在这两种解决方案之间进行选择,我建议您使用 authlogic。

      【讨论】:

        【解决方案3】:

        正如其他人所说,不再维护 restful 身份验证。我建议使用 authlogic,因为它还包含几个扩展选项(OAuth 等),或者查看我们的设计。

        【讨论】:

          猜你喜欢
          • 2016-02-23
          • 2011-03-19
          • 1970-01-01
          • 2010-12-31
          • 1970-01-01
          • 2014-06-14
          • 2013-01-06
          • 2016-09-26
          • 1970-01-01
          相关资源
          最近更新 更多