Archive for March, 2008

OpenId 2.0 and Ruby on Rails 2.0.2

« 6 March 2008 | 17:05 | openid, ruby, rubyonrails | No Comments »

I just converted a website from the openid_consumer plugin to DHH’s open_id_authentication plugin and patched it for OpenId 2.0.
I found face’s port of Dr. Nic’s sample open_id_authentication app to be a useful starting point. I ended up chopping down the open_id_helpers class to this:
module OpenIdsHelper
# Pass optional :required and :optional keys to […]