root/lang/perl/Apache2-AuthenOpenID/trunk/README

Revision 15979, 0.6 kB (checked in by lopnor, 6 months ago)

lang/perl/Apache2-AuthenOpenID: switch to Module::Install

Line 
1NAME
2    Apache2::AuthenOpenID - OpenID authen hander for mod_perl2.
3
4SYNOPSIS
5      LoadModule perl_module modules/mod_perl.so
6      PerlLoadModule Apache2::AuthenOpenID
7
8      AuthType          OpenID
9      AuthName          "My private documents"
10      return_to         http://sample.com/path/to/callback
11      trust_root        http://sample.com/your/trust_root/
12      consumer_secret   "your consumer secret"
13      require           user sample.com/someidentity
14
15DESCRIPTION
16    You can distinguish users with OpenID using this module.
17
18SEE ALSO
19    Net::OpenID::Consumer <http://openid.net/>
20
21AUTHOR
22    Nobuo Danjou, nobuo.danjou@gmail.com
23
Note: See TracBrowser for help on using the browser.