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


Apache2-AuthzHatenaPoint documentation  | view source Contained in the Apache2-AuthzHatenaPoint distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

AUTHOR

Top

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

Top

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


Apache2-AuthzHatenaPoint documentation  | view source Contained in the Apache2-AuthzHatenaPoint distribution.