Question

I am a neophyte with Ruby on Rails but I've created a couple of small apps. Anyway, I'm really interested in OpenID and I would like to implement OpenID authentication and maybe some Sreg stuff in a Rails app. All of the research that I have done has come up with articles that are out of date or just don't work for me. Since I'm so new to Rails I'm having difficulty debugging the issues so...

What is the best way to implement OpenId in Rails?

Was it helpful?

Solution

Have you watched Ryan Bates' excellent Railscast on OpenID Authentication?

OTHER TIPS

There is now a community wiki for this question: OpenID support for Ruby on Rails application

Check out this:

http://github.com/shripadk/authlogic_openid_selector_example

A complete app using authlogic-openid with jquery selector and auto-registration. Cheers :)

I've been working on GlitterGallery. I remember struggling with old docs and had blogged about the route I took to make OpenID login work. You might be interested to look it up here. I'm not sure if there's anything better available now, but I'll be coming back and I'll update the post accordingly; cheers!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top