Rails authentication plugin recommendation

Posted by Tam on Stack Overflow See other posts from Stack Overflow or by Tam
Published on 2009-07-03T17:47:24Z Indexed on 2010/03/31 23:43 UTC
Read the original article Hit count: 421

Hello,

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't seen an article that describes differences, advantages and disadvantages of using each.

Can you help with that? which one do you use and why?

Thanks,

Tam

© Stack Overflow or respective owner

Related posts about authentication

Related posts about ruby-on-rails