NAME¶
Jifty::Plugin::Authentication::Bitcard - Bitcard authentication plugin
DESCRIPTION¶
CAUTION: This plugin has not thuroughly been tested in the wild.
This plugin replaces Jifty::Plugin::User, and
Jifty::Plugin::Authentication::Password, since Bitcard handles all the heavy
lifting for us.
User logins are handled through Bitcard.
CONFIGURATION¶
You will need the following in your site_config.yml:
Plugins:
-
Authentication::Bitcard:
site_token: [Your site token here]
METHODS¶
init
Initialize the plugin.
api
Return an Authen::Bitcard object setup with the token, and Bitcard url.
SUPPORT¶
Mailing list:
- jifty-plugin-authen-bitcard@lists.technosorcery.net
- http://lists.technosorcery.net/listinfo.cgi/jifty-plugin-authen-bitcard-technosorcery.net/
BUGS¶
No known bugs (yet).
Please report all bugs to bug-Jifty-Plugin-Authentication-Bitcard@rt.cpan.org
SEE ALSO¶
Jifty::Manual::AccessControl,
Jifty::Plugin::Authentication::Bitcard::Mixin::Model::User
AUTHOR¶
Jacob Helwig
CPAN ID: JHELWIG
jacob@technosorcery.net
http://technosorcery.net/
COPYRIGHT¶
This program is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this
module.