Nobuo Danjou > Apache2-AuthzHatenaPoint-0.02 > Apache2::AuthzHatenaPoint

Download:
Apache2-AuthzHatenaPoint-0.02.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Module Version: 0.02   Source  

NAME ^

Apache2::AuthzHatenaPoint - a module to authorize http clients with hatena point.

SYNOPSIS ^

  LoadModule perl_module modules/mod_perl.so
  PerlLoadModule Apache2::AuthenOpenID
  PerlLoadModule Apache2::AuthzHatenaPoint

  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           hatenapoint 10000
  hatenapoint       username    your_username
  hatenapoint       password    your_password
  hatenapoint       after       2008-03-28
  hatenapoint       sentuserdb  /path/to/.htsentuserdb

DESCRIPTION ^

Apache2::AuthzHatenaPoint is a module to authorize http client with hatena point.

AUTHOR ^

Author <nobuo.danjou@gmail.com>

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

SEE ALSO ^

Apache2::AuthenOpenID http://openid.net http://www.hatena.ne.jp