Jifty::Plugin::Authentication::Bitcard(3) 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.

BUGS

No known bugs (yet).

Please report all bugs to [email protected]

AUTHOR

    Jacob Helwig
    CPAN ID: JHELWIG
    [email protected]
    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.