I'm building a Rails 3 web application and i wanna choose between restful authentication and authlogic method. Among restful authentication and Authlogic, which one is better, based on the foolproof security , customisable and hackproof ?
A:
restfull_authentification is anymore Rails 3 compatible and not really maintain. So I advice you to use authlogic if you want choose between this 2 solutions.
shingara
2010-10-17 12:09:11
+3
A:
You might want to check out Devise, especially with a Rails 3 application.
Dan McNevin
2010-10-17 13:26:29
Devise rocks !!! :)
Saran
2010-10-17 15:16:02
A:
As the others said, restful authentication is no longer being maintained. I'd suggest authlogic as it also packs several options to expand (OAuth, etc), or check our Devise.
m1ke
2010-10-17 20:12:30