comparison mod_openid.wiki @ 5:64ea417e219d

Added some useful links.
author dbb.google@liqd.org
date Sun, 13 Sep 2009 15:47:31 +0000
parents d3140ba5f382
children f37413020065
comparison
equal deleted inserted replaced
4:d3140ba5f382 5:64ea417e219d
40 * Most error responses are an HTTP 404 File Not Found, obviously something more meaningful could be returned. 40 * Most error responses are an HTTP 404 File Not Found, obviously something more meaningful could be returned.
41 # Enable Association (<font color="red">_Hard_</font>) 41 # Enable Association (<font color="red">_Hard_</font>)
42 * Association is a feature of the OpenID specification which reduces the number of round-trips needed to perform authentication. 42 * Association is a feature of the OpenID specification which reduces the number of round-trips needed to perform authentication.
43 # Support HTTPS (<font color="blue">_Medium_</font>) 43 # Support HTTPS (<font color="blue">_Medium_</font>)
44 * With option to only allow authentication through HTTPS 44 * With option to only allow authentication through HTTPS
45 # Enable OpenID 1.1 compatibility (<font color="blue">_Medium_</font>)
46 * mod_openid is designed from the OpenID 2.0 specification, which has an OpenID 1.1 compatibility mode.
45 # Check specification compliance (<font color="blue">_Medium_</font>) 47 # Check specification compliance (<font color="blue">_Medium_</font>)
46 * Walk through the code and make sure it complies with the OpenID specification. Comment code as necessary with the relevant sections in the specification. 48 * Walk through the code and make sure it complies with the OpenID specification. Comment code as necessary with the relevant sections in the specification.
47 49
48 Once all these steps are done, mod_openid could be considered to have reached "beta" status and ready to real world use. The following are features that would be nice to have in a stable release: 50 Once all these steps are done, mod_openid could be considered to have reached "beta" status and ready to real world use. The following are features that would be nice to have in a stable release:
49 51
55 # OpenID Bot (<font color="red">_Hard_</font>) 57 # OpenID Bot (<font color="red">_Hard_</font>)
56 * Offers all functionality of the user identity page management 58 * Offers all functionality of the user identity page management
57 # Better designed pages (<font color="green">Easy</font>) 59 # Better designed pages (<font color="green">Easy</font>)
58 * Use semantic XHTML and CSS to allow for custom styling. 60 * Use semantic XHTML and CSS to allow for custom styling.
59 * Use the Prosody favicon. 61 * Use the Prosody favicon.
62
63 = Useful Links =
64 * [http://openid.net/developers/specs/ OpenID Specifications]
65 * [http://en.wikipedia.org/wiki/OpenID OpenID on Wikipedia]