search for: setup_needed

Displaying 2 results from an estimated 2 matches for "setup_needed".

2006 Jul 14
0
OpenID immediate mode
Maybe nobody else has tried this, but there''s a problem with immediate mode in the current release of OpenID. If you use it, you''ll get the first "complete" response correctly, as OpenID::SETUP_NEEDED, but you''ll get OpenID::FAILURE when you user returns to your site after typing in his password and whatever. The reason is that OpenID''s consumer.rb deletes an important piece of state information before sending the OpenID::SETUP_NEEDED, so nothing that is returned will be s...
2008 May 27
6
case...when statement bug when using openid_authentication?
Hello people! I''m asking for help to solve a little problem concerning the usage of the openid_authentication plugin. I''m following the README file included by DHH, so I wrote this method in my SessionsController: def open_id_authentication(identity_url) # Pass optional :required and :optional keys to specify what sreg fields you want. # Be sure to yield