public
Description: an example openid consumer application written in merb using merb-auth's openid stuff
Homepage:
Clone URL: git://github.com/atmos/merb-openid-example.git
atmos (author)
Sat Nov 01 14:04:15 -0700 2008
commit  e8fa8c1ed953c3f91e8dca2cc84d527dde40dfd5
tree    b174a6b621feda2233f437ad572a3c48dc6e8858
parent  7c8652afd97a4c872b91f19207785e1f6dee62b5
README
About
-----
This is an openid consumer application with auto-signup via merb-auth's built in openid support.

Community
---------
Please fork and keep up to date.  

Requirements
------------
% script/update

Design
------
Design by Dieter Schneider via oswd.org

FAIL
----
There are two failing specs in this example that no one can explain to me atm.  :exclude/:only
seem to have problems even with rc4.  If you really need this to work; break the authentication
actions out into separate controllers, only add the before filters to the one w/ the openid 
action.

__
atmos