| Line | |
|---|
| 1 | NAME |
|---|
| 2 | Apache2::AuthzHatenaPoint - a module to authorize http clients with |
|---|
| 3 | hatena point. |
|---|
| 4 | |
|---|
| 5 | SYNOPSIS |
|---|
| 6 | LoadModule perl_module modules/mod_perl.so |
|---|
| 7 | PerlLoadModule Apache2::AuthenOpenID |
|---|
| 8 | PerlLoadModule Apache2::AuthzHatenaPoint |
|---|
| 9 | |
|---|
| 10 | AuthType OpenID |
|---|
| 11 | AuthName "My private documents" |
|---|
| 12 | return_to http://sample.com/path/to/callback |
|---|
| 13 | trust_root http://sample.com/your/trust_root/ |
|---|
| 14 | consumer_secret "your consumer secret" |
|---|
| 15 | require hatenapoint 10000 |
|---|
| 16 | hatenapoint username your_username |
|---|
| 17 | hatenapoint password your_password |
|---|
| 18 | hatenapoint after 2008-03-28 |
|---|
| 19 | hatenapoint sentuserdb /path/to/.htsentuserdb |
|---|
| 20 | |
|---|
| 21 | DESCRIPTION |
|---|
| 22 | Apache2::AuthzHatenaPoint is a module to authorize http client with |
|---|
| 23 | hatena point. |
|---|
| 24 | |
|---|
| 25 | AUTHOR |
|---|
| 26 | Author <nobuo.danjou@gmail.com> |
|---|
| 27 | |
|---|
| 28 | This library is free software; you can redistribute it and/or modify it |
|---|
| 29 | under the same terms as Perl itself. |
|---|
| 30 | |
|---|
| 31 | SEE ALSO |
|---|
| 32 | Apache2::AuthenOpenID <http://openid.net> <http://www.hatena.ne.jp> |
|---|
| 33 | |
|---|