I have searched a lot but found only old tutorials that doesn't works with latest plugins, how can i found a good and updated (working) how to to setup openid authentication ?
+1
A:
I recommend taking a look at these resources:
- http://railscasts.com/episodes/160-authlogic (To set the scene)
- http://railscasts.com/episodes/170-openid-with-authlogic (Particulars)
- http://www.michaelhamrah.com/blog/2009/05/authlogic-and-openid-on-rails/ (Might be helpful)
bjg
2010-08-05 11:30:41
All of these are outdated (i already found that by myself). For example rake open_id_authentication:db:create doesn't exist now.
tapioco123
2010-08-05 11:35:57
@tapioco123 You're not kidding. That stuff really is broken. Very unsatisfactory. I found this but I'm not sure if that would work for you. http://github.com/tardate/rails-authlogic-rpx-sample
bjg
2010-08-05 17:05:33
+1
A:
http://github.com/binarylogic/authlogic_example
Under the "switch branches" tab in the upper left, one of the sample branches has openid implemented.
Zachary
2010-08-05 13:54:28