
Apache2::AuthenOpenID - OpenID authen hander for mod_perl2.

LoadModule perl_module modules/mod_perl.so PerlLoadModule Apache2::AuthenOpenID AuthType OpenID AuthName "My private documents" return_to http://sample.com/path/to/callback trust_root http://sample.com/your/trust_root/ consumer_secret "your consumer secret" require user sample.com/someidentity

You can distinguish users with OpenID using this module.

Net::OpenID::Consumer http://openid.net/

Nobuo Danjou, nobuo.danjou@gmail.com

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.