NAME
Kwiki::TypeKey - Kwiki TypeKey integration
SYNOPSIS
> $EDITOR plugins
# Kwiki::UserName <-- If you use it, comment out
Kwiki::TypeKey
> $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
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
Now this plugin stores TypeKey response query to cookie store and verifies the data in every request to avoid spoofed cookie. It means every time it issues GET request to TypeKey servers (with If-Modified-Since) and do some crypto calculation, which should be avoided.
Integration with
edit_by
link: (e.g. Kwiki::RecentChanges)
AUTHOR
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.