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)
Tue Dec 16 23:33:03 -0800 2008
commit  c618b78c1d85f12a6eb88d9050bfe20dc6fb3219
tree    d0ccedc7733e028f94cf8ab99f8f017f3b3f7818
parent  5169a2a388a814288d217f2bf200d3aa2bd7b80c
name age message
file .gitignore Loading commit data...
file README
file Rakefile
directory app/
directory config/
directory merb/
directory public/
directory spec/
directory tasks/
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