18 lines
805 B
XML
18 lines
805 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<herd>perl</herd>
|
|
<longdescription lang="en">
|
|
Apache::AuthCookie allows you to intercept a user's first unauthenticated
|
|
access to a protected document. The user will be presented with a custom
|
|
form where they can enter authentication credentials. The credentials are
|
|
posted to the server where AuthCookie verifies them and returns a session
|
|
key.
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="cpan">Apache-AuthCookie</remote-id>
|
|
<remote-id type="cpan-module">Apache2::AuthCookie</remote-id>
|
|
<remote-id type="cpan-module">Apache::AuthCookie</remote-id>
|
|
<remote-id type="cpan-module">Apache::AuthCookie::Util</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|