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 22:26:39 -0800 2008
commit  5169a2a388a814288d217f2bf200d3aa2bd7b80c
tree    8cad8e63c18bc52e84bd2b7b7a6cfd80adbfb839
parent  ba99b34e63292e14da5390571893c21492ad53d9
name age message
file .gitignore Loading commit data...
file README Fri Oct 31 01:43:11 -0700 2008 update the README [Corey Donohoe]
file Rakefile
directory app/
directory config/
directory merb/
directory public/
directory spec/
directory tasks/
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