Best Solution For Authentication in Ruby on Rails

Posted by Dan Wolchonok on Stack Overflow See other posts from Stack Overflow or by Dan Wolchonok
Published on 2008-08-23T15:27:11Z Indexed on 2010/05/22 6:00 UTC
Read the original article Hit count: 178

I'm looking for a pre-built solution I can use in my RoR application. I'm ideally looking for something similar to the ASP.NET Forms authentication that provides email validation, sign-up controls, and allows users to reset their passwords. Oh yeah, and easily allows me to pull the user that is currently logged into the application.

I've started to look into the already written pieces, but I've found it to be really confusing. I've looked at LoginGenerator, RestfulAuthentication, SaltedLoginGenerator, but there doesn't seem to be one place that has great tutorials or provide a comparison of them. If there's a site I just haven't discovered yet, or if there is a de-facto standard that most people use, I'd appreciate the helping hand.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby