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 ?
I’m building a Rails 3 web application and i wanna choose between restful authentication
Share
You might want to check out Devise, especially with a Rails 3 application.