The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Kwiki::HatenaAuth - Kwiki HatenaAuth integration

SYNOPSIS

  > $EDITOR plugins
  # Kwiki::UserName <- If you use it, comment it out
  Kwiki::HatenaAuth
  Kwiki::Edit::HatenaAuthRequired <- Optional: If you don't allow anonymous writes
  > $EDITOR config.yaml
  users_class: Kwiki::Users::HatenaAuth
  hatenaauth_key: PUT YOUR KEY HERE
  hatenaauth_secret: PUT YOUR SECRET KEY HEAR
  > kwiki -update

DESCRIPTION

Kwiki::HatenaAuth is a Kwiki User Authentication module to use HatenaAuth authentication. You need a valid HatenaAuth API KEY registered at http://auth.hatena.ne.jp/

CallBack URL is 'BASE_URL'?action=return_hatenaauth

AUTHOR

Kazuhiro Osawa <ko@yappo.ne.jp>

inspired by Kwiki::TypeKey

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

SEE ALSO

Hatena::API::Auth Kwiki::Edit::RequireUserName Kwiki::Users::Remote