Source: libcatalyst-authentication-credential-http-perl Section: perl Priority: optional Build-Depends: cdbs, devscripts, perl, debhelper (>= 9), dh-buildinfo, libcatalyst-perl, libclass-accessor-perl, libstring-escape-perl, liburi-perl, libossp-uuid-perl | libdata-uuid-perl, libcatalyst-plugin-authentication-perl | catalyst-modules, libtest-exception-perl, libtest-mockobject-perl, libtest-needs-perl Maintainer: Debian Perl Group Uploaders: Jonas Smedegaard Standards-Version: 4.1.1 Vcs-Git: https://anonscm.debian.org/git/pkg-perl/packages/libcatalyst-authentication-credential-http-perl.git Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcatalyst-authentication-credential-http-perl.git Homepage: http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/ Package: libcatalyst-authentication-credential-http-perl Architecture: all Depends: ${cdbs:Depends}, ${misc:Depends}, ${perl:Depends} Recommends: ${cdbs:Recommends} Suggests: ${cdbs:Suggests} 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.