-
-
08 Dec 2019 23:08:35 UTC
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (4)
- Testers (0 / 0 / 2)
- Kwalitee
Bus factor: 1- % Coverage
- License: lgpl_2_1
- Activity
24 month- Tools
- Download (47.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Apache2::AuthCookie
- Apache2::Const
- Apache2::RequestRec
- Apache2::ServerUtil
- Carp
- Crypt::CBC
- DBI
- Date::Calc
- Digest::MD5
- FindBin
- mod_perl2
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
Changes for version 2.19
- Added support for group authorizations on Apache 2.4.x. This addresses https://github.com/matisse/Apache-AuthCookieDBI/issues/2 and https://rt.cpan.org/Public/Bug/Display.html?id=106663.
- Refactored group authorization code.
- Eliminated duplicate calls of _dbi_config_vars() to improve efficiency.
- Added docker directory that contains Dockerfiles for Apache 2.2 and 2.4 Changes by Ed Sabol https://github.com/esabol
Modules
An AuthCookie module backed by a DBI database.A subclass of Apache2::AuthCookieDBI that implements a "group" authorization provider for Apache 2.4.x.Module Install Instructions
To install Apache2::AuthCookieDBI, copy and paste the appropriate command in to your terminal.
cpanm Apache2::AuthCookieDBI
perl -MCPAN -e shell install Apache2::AuthCookieDBI
For more information on module installation, please visit the detailed CPAN module installation guide.