Source: libcatalyst-authentication-credential-http-perl Section: perl Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-tiny-perl, perl Build-Depends-Indep: libcatalyst-perl , libcatalyst-plugin-authentication-perl , libclass-accessor-perl , libcrypt-sysrandom-perl , libstring-escape-perl , libtest-exception-perl , libtest-mockobject-perl , libtest-needs-perl , liburi-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 4.7.2 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-authentication-credential-http-perl.git Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libcatalyst-authentication-credential-http-perl Homepage: https://metacpan.org/release/Catalyst-Authentication-Credential-HTTP Testsuite: autopkgtest-pkg-perl Package: libcatalyst-authentication-credential-http-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libcatalyst-plugin-authentication-perl, libclass-accessor-perl, libcrypt-sysrandom-perl, libstring-escape-perl, liburi-perl Description: HTTP Basic and Digest authentication for Catalyst Catalyst::Authentication::Credential::HTTP lets you use HTTP authentication with Catalyst::Plugin::Authentication. Both basic and digest authentication are currently supported. . When authentication is required, this module sets a status of 401, and the body of the response to 'Authorization required.'. To override this and set your own content, check for the "$c->res->status == 401" in your "end" action, and change the body accordingly.