libapache2-authcookie-perl 3.20-1 source package in Ubuntu

Changelog

libapache2-authcookie-perl (3.20-1) unstable; urgency=medium


  * Imported Upstream version 3.20
  * Bump Standards-Version to 3.9.5

 -- Xavier Guimard <email address hidden>  Sun, 22 Dec 2013 13:33:10 +0100

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release universe perl

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
libapache2-authcookie-perl_3.20-1.dsc 2.3 KiB 926d8af7470065bbbcf8ec61834db3b4c9926aed255a5eac29be0bca02294861
libapache2-authcookie-perl_3.20.orig.tar.gz 47.7 KiB 50e61877d3f773ed6a2def4077acac0c67e5227247d6f67a4bcf3992037cf946
libapache2-authcookie-perl_3.20-1.debian.tar.gz 5.9 KiB 5306d112e54b1f16920a1f731d47adc4ec26476d8adcba1fce1dc77b2b420d86

Available diffs

No changes file available.

Binary packages built by this source

libapache2-authcookie-perl: Perl Authentication and Authorization via cookies

 This module is for mod_perl version 2. If you are running mod_perl version 1,
 you should be using Apache::AuthCookie instead.
 .
 Apache2::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.
 .
 The session key is returned to the user's browser as a cookie. As a cookie,
 the browser will pass the session key on every subsequent accesses. AuthCookie
 will verify the session key and re-authenticate the user.