OpenID consumer code
Brad Fitzpatrick
brad at danga.com
Sun May 22 20:02:43 PDT 2005
Pretty much all you need to be a consumer site:
Required:
http://www.danga.com/dist/misc/Net-OpenID-Consumer-0.02.tar.gz
Optional, if you have openssl around, but this is cleaner:
http://www.danga.com/dist/misc/Crypt-OpenSSL-DSA-0.12.tar.gz
Optional, but recommended:
http://www.danga.com/dist/LWPx-ParanoidAgent/LWPx-ParanoidAgent-1.00.tar.gz
Still a little rough, but it works, and it's got docs.
Changes since 0.01:
0.02:
* POD docs for Net/OpenID/Consumer.pm
* accepts CGI, Apache, Apache::Request, and CODE arguments now for
GET argument retrievers, in addition to just HASH references
* openid.server auto-discovery only happens within first <head> tag
* if using Crypt::OpenSSL::DSA, now requires 0.12 due to bugs found
in 0.11.
* DSA verification using OpenSSL binary no longer spews "Verification OK"
to stdout
Enjoy.
- Brad
More information about the yadis
mailing list