Rails authentication plugin recommendation

后端 未结 7 1694
梦如初夏
梦如初夏 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:27

    I recently switched from restful_authentication to AuthLogic. The main reason was because I found restful_authentication a bit too bloated for what I was trying to achieve. Check out Ryan Bates' brilliant screencast:

    • http://railscasts.com/episodes/160-authlogic

提交回复
热议问题