This is a great question - roll your own (which is a great learning exercise 
following along with trusted tutorials like:

Railscasts - Authentication from Scratch
http://blog.railsrumble.com/blog/2010/10/08/intridea-omniauth

Michael Hart's Rails Tutorial:
http://ruby.railstutorial.org/chapters/modeling-and-viewing-users-one#top


OR - try out the various plugins and see which one you 'connect' with like 
OmniAuth, Devise, etc... (seems to be different for everyone)

OmniAuth: https://github.com/intridea/omniauth

with a tutorial here:
http://railscasts.com/episodes/235-omniauth-part-1

Devise:
https://github.com/plataformatec/devise

tutorial here:
http://railscasts.com/episodes/209-introducing-devise


A lot of early tutorials mention authlogic - which seems to be updated for 
Rails3 but I haven't tested it...
https://github.com/binarylogic/authlogic

Enjoy!

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to