Index: README.txt =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/openid_provider/README.txt,v retrieving revision 1.1 diff -u -p -r1.1 README.txt --- README.txt 13 Apr 2008 11:53:04 -0000 1.1 +++ README.txt 8 Mar 2009 06:16:34 -0000 @@ -1,9 +1,13 @@ -This module implements OpenID Provider support for D6 (currently). +This module implements OpenID Provider support for Drupal 6. -It depends on core's openid.module for common library usage. +By setting up this module, all users on the site get an OpenID in the form of +http://example.com/user/12345, if the domain name is example.com and the user +identifier is 12345. + +The module uses the xrds_simple.module API and the Drupal core OpenID API. TODO: -* Flush out hooks for extension suport -* Extension namespacing support -* Better detection of 1.x vs. 2.x protocol use -* HMAC-256 support (via hash() & php5) + * Flush out hooks for extension support + * Extension namespacing support + * Better detection of 1.x vs. 2.x protocol use + * HMAC-256 support (via hash() & php5)