# HG changeset patch
# User dbb.google@liqd.org
# Date 1252856851 0
# Node ID 64ea417e219db8a122b965748157cdaeb5a6e52d
# Parent d3140ba5f3823d979ad0e71499cf7e2b6bd513c7
Added some useful links.
diff -r d3140ba5f382 -r 64ea417e219d mod_openid.wiki
--- 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 (_Medium_)
* With option to only allow authentication through HTTPS
+ # Enable OpenID 1.1 compatibility (_Medium_)
+ * mod_openid is designed from the OpenID 2.0 specification, which has an OpenID 1.1 compatibility mode.
# Check specification compliance (_Medium_)
* 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 (Easy)
* 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