Kwiki::TypeKey - Kwiki TypeKey integration


Kwiki-TypeKey documentation  | view source Contained in the Kwiki-TypeKey distribution.

Index


NAME

Top

Kwiki::TypeKey - Kwiki TypeKey integration

SYNOPSIS

Top

  > $EDITOR plugins
  # Kwiki::UserName <- If you use it, comment it out
  Kwiki::TypeKey
  Kwiki::Edit::TypeKeyRequired <- Optional: If you don't allow anonymous writes
  > $EDITOR config.yaml
  users_class: Kwiki::Users::TypeKey
  tk_token:    YOUR_TYPEKEY_TOKEN
  script_name: http://www.example.com/kwiki/index.cgi <- needs absURI
  > kwiki -update

DESCRIPTION

Top

Kwiki::TypeKey is a Kwiki User Authentication module to use TypeKey authentication. You need a valid TypeKey token registered at http://www.typekey.com/

TODO

Top

AUTHOR

Top

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

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

SEE ALSO

Top

Authen::TypeKey Kwiki::Edit::RequireUserName Kwiki::Users::Remote


Kwiki-TypeKey documentation  | view source Contained in the Kwiki-TypeKey distribution.