Catalyst::Plugin::Authentication::Store::Htpasswd

Catalyst::Plugin::Authentication::Store::Htpasswd is a Perl module for database authentication in $c->config.
Download

Catalyst::Plugin::Authentication::Store::Htpasswd Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Yuval Kogman and David Kamholz
  • Publisher web site:
  • http://search.cpan.org/~dkamholz/

Catalyst::Plugin::Authentication::Store::Htpasswd Tags


Catalyst::Plugin::Authentication::Store::Htpasswd Description

Catalyst::Plugin::Authentication::Store::Htpasswd is a Perl module for database authentication in $c->config. Catalyst::Plugin::Authentication::Store::Htpasswd is a Perl module for database authentication in $c->config.SYNOPSISM use Catalyst qw/ Authentication Authentication::Store::Htpasswd Authentication::Credential::Password /; __PACKAGE__->config->{authentication}{htpasswd} = "passwdfile"; sub login : Global { my ( $self, $c ) = @_; $c->login( $c->req->param("login"), $c->req->param("password"), ); }METHODSsetupThis method will popultate $c->config->{authentication}{store} so that "default_auth_store" in Catalyst::Plugin::Authentication can use it.CONFIGURATION$c->config->{authentication}{htpasswd}The path to the htpasswd file. Requirements: · Perl


Catalyst::Plugin::Authentication::Store::Htpasswd Related Software