vote up 8 vote down star
4

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?

Thanks

flag

3 Answers

vote up 9 vote down check

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

link|flag
I am so addicted to Railscast now! Thanks! – martinatime Sep 14 '08 at 15:51
vote up 1 vote down

I can recommend AuthLogic for OpenID:

http://www.binarylogic.com/2008/11/21/tutorial-using-openid-with-authlogic/

link|flag
railscasts.com/episodes/170-openid-with-authlogic/… - Railscast – Omar Qureshi Sep 8 at 10:46
Thanks! I will check it out when I have some time. – martinatime Sep 11 at 3:59
vote up 0 vote down

@John Topley

I tried one night during my research but something happened to my network connection [hotel wifi :-( ] or there was something wrong with the link because I couldn't get it going. I'll take a look at the link you supplied when I have a moment.

Update: I've watched episodes #67 and #68 and am still having some minor issues. I think I need to clear my head and start fresh tomorrow. Thanks again

Midnight Update: I've just re-watched the two episodes above and re-implemented them. After having a few issues I searched through the user comments and found matching answers and now I have it working. Thanks again.

link|flag

Your Answer

Get an OpenID
or

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