User Authentication

I’m new to Rails and I’m having trouble wrapping my brain around it to
be honest. I want to create a user registration, login system. It
seems this is common are there any tutorials that walk you through
doing this in rails 2.0

Also, I was looking at this gem
http://rubyforge.org/projects/salted-login/

  • but I don’t see how to use it. Where do I find documentation for
    this?

Dustin wrote:

I’m new to Rails and I’m having trouble wrapping my brain around it to
be honest. I want to create a user registration, login system. It
seems this is common are there any tutorials that walk you through
doing this in rails 2.0

Also, I was looking at this gem
http://rubyforge.org/projects/salted-login/

  • but I don’t see how to use it. Where do I find documentation for
    this?

check out the railscasts at http://railscasts.com/episodes;archive

search for authentication. there are 3 or 4 tutorials depending on how
you want to implement it.

Thanks. Looks like the restful_authentication plugin is the most
popular.

On May 23, 11:02 am, Scott K. [email protected]

Check out the 50 mins screencast on User Management in Rails:

http://www.rubyplus.org/episodes/20-Extended-RESTful-Authentication-Rails-2-App.html

On Fri, May 23, 2008 at 9:39 AM, Dustin [email protected] wrote:


http://www.rubyplus.org/
Free Ruby and Rails Screencasts