Open ID Consumer
EastMedia, in conjunction with VeriSign, developed a Ruby on Rails plugin to allow developers to easily OpenID-enable their Rails applications. The plugin follows Rails conventions, installs in one step, and includes two generators to create the basic stubs for your application. Installation
You can install the plugin into your Rails application using the standard plugin install script (run this from your Rails app’s base directory):
$ ./script/plugin install http://svn.apache.org/repos/asf/incubator/heraldry/libraries/ruby/openid_consumer_plugin/trunk/openid_consumer
If you want to view the source code without installing the plugin, you can find it here.
Rails OpenID Server If you would like to run your own OpenID Server, you can install the open source Rails OpenID Server that is also part of the Apache Heraldry project. See Rails OpenID Server.
- Repository Path: http://svn.apache.org/repos/asf/incubator/heraldry/libraries/ruby/openid_consumer_plugin/trunk/openid_consumer
- Homepage: http://identity.eastmedia.com/identity/show/Consumer+Plugin