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
name age message
file .gitignore Tue Dec 16 22:21:17 -0800 2008 updating to merb 1.0.6. there was so much gros... [atmos]
file README Fri Oct 31 01:43:11 -0700 2008 update the README [Corey Donohoe]
file Rakefile Tue Dec 16 22:21:17 -0800 2008 updating to merb 1.0.6. there was so much gros... [atmos]
directory app/ Tue Dec 16 23:33:03 -0800 2008 add the actions back that are actually used! [atmos]
directory config/ Tue Dec 16 22:21:17 -0800 2008 updating to merb 1.0.6. there was so much gros... [atmos]
directory merb/ Mon Nov 24 01:56:01 -0800 2008 update to the latest tcs gem packager, build is... [atmos]
directory public/ Thu Oct 30 01:25:42 -0700 2008 see if this is enough to bootstrap the ui [atmos]
directory spec/ Tue Dec 16 22:21:17 -0800 2008 updating to merb 1.0.6. there was so much gros... [atmos]
directory tasks/ Tue Dec 16 22:21:17 -0800 2008 updating to merb 1.0.6. there was so much gros... [atmos]
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