views:

147

answers:

3

I am starting a new Rails project and I need to implement a login system that is secure because the application will be dealing with health data. What is the best way to lock down the app in rails?

+3  A: 

I've used restful-authentication. Seems to do the trick.

Michael Glenn
+2  A: 

OR Authlogic - Easy Authentication

Reuben Mallaby
Authlogic is what I use as well. Easy to set up and use.
cakeforcerberus