OpenID with Rails 1.2.3 (non-edge)?

The README for the plugin open_id_authentication says that Edge Rails
6317 or newer is required.

Does anyone know of a working OpenID plugin for Rails 1.2.3? Browsing
through the open_id_authentication plugin source, it looks like the Edge
Rails requirement was added after revision 6252, so I may try locking
that version of the plugin.

Thanks!

The latest version of the plugin does not depend on edge. Also see
my sample OpenID Rails app:

http://www.bencurtis.com/archives/2007/07/openid-sample-application-
updated/


Benjamin C.
http://www.bencurtis.com/ – blog
http://agilewebdevelopment.com/rails-ecommerce – build e-commerce
sites with Rails

Benjamin C. wrote:

The latest version of the plugin does not depend on edge. Also see
my sample OpenID Rails app:

http://www.bencurtis.com/archives/2007/07/openid-sample-application-
updated/

Thanks, I will definitely take a look. The openid plugin folks should
update the README and take out the Edge requirement…