views:

55

answers:

2

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:

bjg
All of these are outdated (i already found that by myself). For example rake open_id_authentication:db:create doesn't exist now.
tapioco123
@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
+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
As I said, i am searching for tutorial, not examples.
tapioco123