Displaying 1 result from an estimated 1 matches for "openid_authentication".
Did you mean:
open_id_authentication
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 registration, a third argu...