libapache2-authcookie-perl 3.31-2 source package in Ubuntu

Changelog

libapache2-authcookie-perl (3.31-2) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.6.2, no changes needed.

  [ gregor herrmann ]
  * Remove generated test file via debian/clean. (Closes: #1046022)

 -- gregor herrmann <email address hidden>  Mon, 04 Mar 2024 18:47:07 +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
Oracular release universe perl
Noble release universe perl

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libapache2-authcookie-perl_3.31-2.dsc 2.6 KiB ec872a9877d5a239ae10b2633f7691b6428b62785272547ea0ba25707d2be76e
libapache2-authcookie-perl_3.31.orig.tar.gz 62.2 KiB 0728672eb98bcd66525967a75d7c4d617c0b4c41162013ac9a4cefe46f7dff7c
libapache2-authcookie-perl_3.31-2.debian.tar.xz 4.5 KiB a960b246b794b76bdfe427a7cebaf02e3d9912cdd18d646327da6af2d5d69be2

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.