For three days now I'm trying to add OpenID authentication to my Rails application.
I've read many tutorials regarding this topic and it seems that eventually I'll get it working.
The problem is that all pieces of information I needed so far and most likely also the ones I will be needing are scattered across the web.
No tutorial had everything I needed, some were for Rails < 2.0, others didn't mention implicit prerequisites of the plugins and overall it's been really hard and I still don't get it working.
Is there a good tutorial about this topic which covers all of the steps required to use restful_authentication with OpenID on Rails 2.3?