Hi, Is there already an updated instructions to install and implement OpenID for RoR application? All the ones I was able to find are outdated and therefore pretty difficult to implement for a beginner such as myself. Thank you, Kristjan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Skip Levens
2011-Mar-13 14:54 UTC
Re: OpenID for Rails 3 installation and implementation howto
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Excellent! Thank you. Kristjan -- 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.