Nobuo Danjou > Apache2-AuthenOpenID-0.08 > Apache2::AuthenOpenID

Download:
Apache2-AuthenOpenID-0.08.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.08   Source  

NAME ^

Apache2::AuthenOpenID - OpenID authen hander for mod_perl2.

SYNOPSIS ^

  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

DESCRIPTION ^

You can distinguish users with OpenID using this module.

SEE ALSO ^

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

AUTHOR ^

Nobuo Danjou, nobuo.danjou@gmail.com

LICENSE ^

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