Source: libcgi-application-plugin-authentication-perl Maintainer: Debian Perl Group Uploaders: gregor herrmann , Damyan Ivanov Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl, perl Build-Depends-Indep: libapache-htpasswd-perl , libauthen-simple-perl , libcgi-application-basic-plugin-bundle-perl , libcgi-application-perl , libcgi-pm-perl , libclass-dbi-perl , libclass-inspector-perl , libdbd-sqlite3-perl , libdbix-class-perl , libreadonly-perl , libtest-exception-perl , libtest-mockobject-perl , libtest-nowarnings-perl , libtest-regression-perl , libtest-taint-perl , libtest-warn-perl , libtest-without-module-perl , libuniversal-require-perl Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-authentication-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcgi-application-plugin-authentication-perl.git Homepage: https://metacpan.org/release/CGI-Application-Plugin-Authentication Rules-Requires-Root: no Package: libcgi-application-plugin-authentication-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl, libcgi-pm-perl, libuniversal-require-perl Recommends: libcgi-application-basic-plugin-bundle-perl Suggests: libapache-htpasswd-perl, libauthen-simple-perl, libcgi-application-extra-plugin-bundle-perl, libclass-dbi-perl, libcolor-calc-perl, libdbix-class-perl Enhances: libcgi-application-extra-plugin-bundle-perl Provides: libcgi-application-plugin-authentication-driver-cdbi-perl, libcgi-application-plugin-authentication-driver-dbic-perl Description: authentication framework for CGI::Application CGI::Application::Plugin::Authentication adds the ability to authenticate users in your CGI::Application modules. The module separates authentication into Drivers (backend logic), Store (cookie management etc) and Display (formulation of the login form). The following drivers are bundled with this package: . - CGI::Application::Plugin::Authentication::Driver::DBIC - CGI::Application::Plugin::Authentication::Driver::CDBI