The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OpenPlugin::Authenticate::Template - Sample template for creating a OpenThought Authentication driver.

PARAMETERS

No parameters can be passed in to OpenPlugin's new() method for this driver. The following parameters are accepted via the authenticate() method:

  • username

    The username to authenticate.

  • password

    The password to verify.

  • <others>

    List additional parameters your driver offers here.

TO DO

Nothing known.

BUGS

None known.

COPYRIGHT

Copyright (c) 2001-2003 Eric Andreychek. All rights reserved.

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

AUTHORS

Eric Andreychek <eric@openthought.net>