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?
Authlogic is what I use as well. Easy to set up and use.
cakeforcerberus
2009-07-21 16:31:39
A:
Duplicate of this http://stackoverflow.com/questions/24298/best-solution-for-authentication-in-ruby-on-rails
Guy C
2009-07-21 21:30:12