atmos / merb-openid-example

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

This URL has Read+Write access

merb-openid-example / README
100644 25 lines (20 sloc) 0.575 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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