NAME

Kwiki::LivedoorAuth - Kwiki LivedoorAuth integration

SYNOPSIS

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

DESCRIPTION

Kwiki::LivedoorAuth is a Kwiki User Authentication module to use LivedoorAuth authentication. You need a valid LivedoorAuth API KEY registered at http://auth.livedoor.com/

CallBack URL is 'BASE_URL'?action=return_livedoorauth

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

WebService::Livedoor::Auth, Kwiki::Edit::RequireUserName, Kwiki::Users::Remote