Google now allows people to be signed into multiple Google accounts at the same time. However, I don\'t think that Google accounts have their own unique OpenID identifier URLs (it\'s the same for ever
Are there any updated tutorials for using OpenID with Authlogic? I\'d heard good things about Authlogic, and the documentation makes it seem much better than Restful Authentication... but in trying to
Is it possible to require a \"logged in\" user to complete registration before he can continue on? This scenario happens when a user logges in via facebook or some other oauth/open id provider and the
This is a really weird problem: I have set up the authlogic_openid_selector_example app. When i register, the email id is not returned by the openid provider the first time. But if i delete the accoun
I use Authlogic with the Authlogic-openid addon (I gem installed ruby- openid and script/plugin install git://github.com/rails/open_id_authentication.git)
I\'ve been following ryan baytes screencast #170 and adding ruby-openid, authlogic and authlogic-oid to an existing authlogic authentication system.