Rails authentication plugin recommendation

后端 未结 7 1692
梦如初夏
梦如初夏 2020-12-25 14:44

I would like to add authentication to my Rails app. I came across few plugins that do this: acts_as_authenticated, restful_authentication, Authlogic...etc

I haven\'

7条回答
  •  借酒劲吻你
    2020-12-25 15:23

    If I am correct, restful_authentication is the succesor of acts_as_authenticated. I would therefore strongly disrecommend using acts_as_authenticated.

    I personally use restful_authentication. It just works the way I expect it to work...

提交回复
热议问题