5

There are so many plugins/gems but must of them have outdated documentation or no documentation at all.

From what I have seen there are the Rails openid, Eastmedia openid, Authlogic openid, rails kit openid plugins and from a gem search we have rails_openid, pelle-ruby-openid, rack-openid, openid_auth, openid_fu_generator, openid_login_generator, among others.

Those plugins documented in some blog do not work for me on rails 2.3.5/ruby 1.9.1 and I always get stuck at some point. I can install all plugins via gems but the documentation leaves me wondering how these are to be used in my Rails application.

So what would be the best plugin/gem or even better a recent tutorial on how to implement a Rails 2.3.5 / Ruby 1.9.1 application with Restful Open ID authentication? If the plugin/gem supports OpenID/Oauth hybrid would be better as I plan to add OAuth latter to share contents between several of my applications.

shingara
47k12 gold badges102 silver badges105 bronze badges
asked Mar 8, 2010 at 2:37

1 Answer 1

1

This one is featured on openid website, so it's quite mature:
http://github.com/openid/ruby-openid

It has not working examples, but this railcast provided more than enough information for me:
http://railscasts.com/episodes/68-openid-authentication

answered Jul 29, 2010 at 4:39
Sign up to request clarification or add additional context in comments.

1 Comment

thanks for answering... now I am using devise that does not supports OpenId but it is a matter of time before it supports it and additionally supports a lot more authentication methods.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.