changeset 5:64ea417e219d

Added some useful links.
author dbb.google@liqd.org
date Sun, 13 Sep 2009 15:47:31 +0000
parents d3140ba5f382
children f37413020065
files mod_openid.wiki
diffstat 1 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mod_openid.wiki	Sun Sep 13 15:43:33 2009 +0000
+++ b/mod_openid.wiki	Sun Sep 13 15:47:31 2009 +0000
@@ -42,6 +42,8 @@
     * Association is a feature of the OpenID specification which reduces the number of round-trips needed to perform authentication.
   # Support HTTPS (<font color="blue">_Medium_</font>)
     * With option to only allow authentication through HTTPS
+  # Enable OpenID 1.1 compatibility (<font color="blue">_Medium_</font>)
+    * mod_openid is designed from the OpenID 2.0 specification, which has an OpenID 1.1 compatibility mode.
   # Check specification compliance (<font color="blue">_Medium_</font>)
     * Walk through the code and make sure it complies with the OpenID specification. Comment code as necessary with the relevant sections in the specification.
 
@@ -56,4 +58,8 @@
     * Offers all functionality of the user identity page management
   # Better designed pages (<font color="green">Easy</font>)
     * Use semantic XHTML and CSS to allow for custom styling.
-    * Use the Prosody favicon.
\ No newline at end of file
+    * Use the Prosody favicon.
+
+= Useful Links =
+  * [http://openid.net/developers/specs/ OpenID Specifications]
+  * [http://en.wikipedia.org/wiki/OpenID OpenID on Wikipedia]
\ No newline at end of file