| Path: | README |
| Last Update: | Mon Jun 11 14:32:59 -0700 2007 |
A Ruby library for verifying and serving OpenID identities.
This library is a port of the Python OpenID library. See www.openidenabled.com/openid/libraries/python for more info on the Python library.
Before running the examples or writing your own code you‘ll need to install the library. See the INSTALL file.
The library has been tested using Ruby 1.8, though it may work with earlier versions. Examples were tested with Rails 1.0.
OpenID::OpenIDConsumer is the place to start if you‘d like to support OpenID login or verification on your website. The examples contains several working examples to help you get started, and the OpenID::OpenIDConsumer class is well documented.
The examples directory contains fully functional OpenID server that uses the Ruby on Rails framework. Start by reading about the OpenID::OpenIDServer interface documentation and looking at the example.
www.openidenabled.com/openid/libraries/ruby
Copyright 2006, Janrain, Inc. Contact Brian Ellin: brian -at- janrain -dot- com
LGPL. For more information see the COPYING file.