CGI::Application::Plugin::Authentication::Driver::Dummy

CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver.
Download

CGI::Application::Plugin::Authentication::Driver::Dummy Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • SiteSuite
  • Publisher web site:
  • http://search.cpan.org/~ceeshek/CGI-Application-Plugin-Authentication-0.12/lib/CGI/Application/Plugin/Authentication/Driver/Generic.pm

CGI::Application::Plugin::Authentication::Driver::Dummy Tags


CGI::Application::Plugin::Authentication::Driver::Dummy Description

CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver. CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provideSYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => 'Dummy', );This Driver is the anti-authentication driver, since it doesn't check the credentials at all, and just accepts whatever the user has entered. It can be useful in development, or if you want a guest based system without passwords.EXAMPLE __PACKAGE__->authen->config( DRIVER => 'Dummy', );METHODSverify_credentialsThis method will automatically return the first credential as the username without checking anything else. Requirements: · Perl


CGI::Application::Plugin::Authentication::Driver::Dummy Related Software