@@ -34,10 +34,8 @@ You need a few more to test, including [sr][sr]'s [fork][srfork] of [webrat][web
34
34
Features
35
35
========
36
36
An [ OpenID] [ openid ] based [ Single Sign On] [ sso ] server that provides:
37
-
38
37
* a [ whitelist] [ whitelist ] for consumers
39
- * minimal setup to integrate with consumers(rails,merb,sinatra)
40
- * simple sreg parameters to consumers(first name, last name, email, identity_url)
38
+ * integrate with the big ruby frameworks(rails,merb,[ sinatra] [ sinatra_examples ] )
41
39
42
40
Examples
43
41
========
@@ -53,6 +51,7 @@ validate a user session on the consumer.
53
51
54
52
Plans
55
53
=====
54
+ * configurable sreg parameters to consumers(first name, last name, email, identity_url)
56
55
* signup with email based validation
57
56
* some kinda awesome oauth hooks
58
57
* simpledb integration, srsly
@@ -69,7 +68,7 @@ Thanks to [Engine Yard][ey] who paid Tim and I to write something like this for
69
68
[ adelcambre ] : http://github.com/adelcambre
70
69
[ srfork ] : http://github.com/sr/webrat/tree/sinatra
71
70
[ webrat ] : http://github.com/brynary/webrat
72
- [ examples ] : http://github.com/atmos/hancock/blob/e51f7ef2f0aae5cd5e3f816399c8212c00585abc/examples/dragon/config.ru
71
+ [ sinatra_examples ] : http://github.com/atmos/hancock/blob/e51f7ef2f0aae5cd5e3f816399c8212c00585abc/examples/dragon/config.ru
73
72
[ datamapper ] : http://datamapper.org
74
73
[ openid ] : http://openid.net/
75
74
[ sso ] : http://en.wikipedia.org/wiki/Single_sign-on
0 commit comments