pkgsrc/www/p5-Catalyst-Authentication-Credential-HTTP/DESCR
sno 961c2fd57e Importing www/p5-Catalyst-Authentication-Credential-HTTP version 1.011 as
indirect dependency of upcoming 0.08 version of editors/p5-Padre-Plugin-Catalyst

This module provides the feature of HTTP authentication for
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 some own content, check for the $c->res->status == 401 in the
end action, and change the body accordingly.
2010-01-27 09:25:56 +00:00

9 lines
415 B
Plaintext

This module provides the feature of HTTP authentication for
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 some own content, check for the $c->res->status == 401 in the
end action, and change the body accordingly.