Bug#676479: ITP: libcatalyst-authentication-credential-http-perl -- HTTP Basic and Digest authentication for Catalyst
Jonas Smedegaard
dr at jones.dk
Thu Jun 7 08:31:53 UTC 2012
Package: wnpp
Severity: wishlist
Owner: Jonas Smedegaard <dr at jones.dk>
* Package name : libcatalyst-authentication-credential-http-perl
Version : 1.014
Upstream Author : Jess Robinson, Sascha Kiefer <esskar at cpan.org>,
Yuval Kogman <nothingmuch at woobling.org>
* URL : http://search.cpan.org/dist/Catalyst-Authentication-Credential-HTTP/
* License : Artistic or GPL-1+
Programming Lang: 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.
More information about the pkg-perl-maintainers
mailing list