Sha256: 1ab6e482e5bcda5dc353073bf50e60bc33c8df1bace70e62c3df1d8a31f0c188

Contents?: true

Size: 1.2 KB

Versions: 21

Compression:

Stored size: 1.2 KB

Contents

This directory contains several examples that demonstrate use of the
OpenID library.  Make sure you have properly installed the library
before running the examples.  These examples are a great place to
start in integrating OpenID into your application.

==Rails example

The rails_openid contains a fully functional OpenID server and relying
party, and acts as a starting point for implementing your own
production rails server.  You'll need the latest version of Ruby on
Rails installed, and then:

 cd rails_openid
 ./script/server

Open a web browser to http://localhost:3000/ and follow the instructions.

The relevant code to work from when writing your Rails OpenID Relying
Party is: 
  rails_openid/app/controllers/consumer_controller.rb
If you are working on an OpenID provider, check out
  rails_openid/app/controllers/server_controller.rb

Since the library and examples are Apache-licensed, don't be shy about 
copy-and-paste.

==Rails ActiveRecord OpenIDStore plugin

For various reasons you may want or need to deploy your ruby openid
consumer/server using an SQL based store.  The active_record_openid_store 
is a plugin that makes using an SQL based store simple.  Follow the
README inside the plugin's dir for usage.

Version data entries

21 entries across 21 versions & 5 rubygems

Version Path
ruby-openid-2.8.0 examples/README
ruby-openid-2.7.0 examples/README
ruby-openid-2.6.0 examples/README
pelle-ruby-openid-2.1.8 examples/README
ruby-openid-2.5.0 examples/README
ruby-openid-2.4.0 examples/README
ruby-openid-2.3.0 examples/README
ruby-openid-2.2.3 examples/README
ruby-openid-2.2.2 examples/README
ruby-openid-2.2.1 examples/README
ruby-openid-2.2.0 examples/README
entp-ruby-openid-2.2 examples/README
ruby-mojeid-0.2.0 examples/README
nov-ruby-openid-2.1.9 examples/README
ruby-openid-2.1.8 examples/README
pelle-ruby-openid-2.1.9 examples/README
ruby-openid-2.1.7 examples/README
ruby-openid-2.1.4 examples/README
ruby-openid-2.1.5 examples/README
ruby-openid-2.1.6 examples/README