Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/atmos/merb-openid-example

an example openid consumer application written in merb using merb-auth's openid stuff
https://github.com/atmos/merb-openid-example

Last synced: 3 months ago
JSON representation

an example openid consumer application written in merb using merb-auth's openid stuff

Awesome Lists containing this project

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