= OpenID::Proxy

This is an OpenID Proxy application.

Sometimes applications run in an environment where it would be impossible or very difficult to use an OpenID consumer.

This proxy is basically a very, very simple web service for making OpenID requests, without having to have a full-blown local OpenID consumer.

This can be used as a Rack application or as a Rack middleware (to add a proxy to your local application).

This uses Rack::OpenID (which used ruby-openid) to do the heavy lifting.

== Installation

... coming soon ...

== Usage

... coming soon ...