vote up 0 vote down star
1

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?

flag

2 Answers

vote up 3 vote down check

Switch to Authlogic (i did it yesterday) -

its much better (btw it includes a auto-migration for restful_authentication users)

http://railscasts.com/episodes/160-authlogic

http://railscasts.com/episodes/170-openid-with-authlogic

link|flag
did that help you? – Lichtamberg Jul 27 at 12:27
Yes, sorry I forgot. Authlogic was really a problem solver, although I'm struggling with testing. – DR Aug 23 at 17:39
vote up 1 vote down

You can use another solution like openid wrapper, check http://rpxnow.com, it is easy to implement just use grosser rpx_now git, and voila you got openid, google, yahoo, etc....

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.