The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Apache2::Cookie"

glue/perl/lib/Apache2/Cookie.pm River stage two • 18 direct dependents • 34 total dependents

The Apache2::Cookie module is based on the original 1.X versions, which mimic the CGI::Cookie API. The current version of this module includes several packages and methods which are patterned after Apache2::Request, yet remain largely backwards-compa...

SHAY/libapreq2-2.16 - 22 Mar 2021 17:59:11 UTC

Apache2::AuthenNTLM::Cookie - Store NTLM identity in a cookie River stage zero No dependents

This module extends Apache2::AuthenNTLM with a cookie mechanism. The parent module Apache2::AuthenNTLM performs user authentication via Microsoft's NTLM protocol; thanks to this mechanism, users are automatically recognized from their Windows login, ...

DAMI/Apache2-AuthenNTLM-Cookie-1.02 - 05 Aug 2010 06:57:36 UTC

OpenPlugin::Cookie::Apache2 - Apache driver for the OpenPlugin::Cookie plugin River stage zero No dependents

ERIC/OpenPlugin-0.11 - 29 Aug 2003 03:04:25 UTC

CGI::Apache2::Wrapper::Cookie - cookies via libapreq2 River stage zero No dependents

This module provides a wrapper around Apache2::Cookie. Some methods are overridden in order to provide a CGI::Cookie-compatible interface. Cookies are created with the *new* method: my $c = CGI::Apache2::Wrapper::Cookie->new($r, -name => 'foo', -valu...

RKOBES/CGI-Apache2-Wrapper-0.215 - 19 Mar 2008 03:02:44 UTC

Apache2::WebApp::Plugin::Cookie - Plugin providing HTTP cookie methods River stage one • 4 direct dependents • 4 total dependents

Common methods for creating and manipulating web browser cookies....

MBROOKS/Apache2-WebApp-Plugin-Cookie-0.10 - 19 Jan 2011 15:54:34 UTC

Apache2::Controller::Session::Cookie - track a sessionid with a cookie in A2C River stage zero No dependents

This module implements "get_session_id" and "set_session_id" to get and set the session id from a cookie....

MARKLE/Apache2-Controller-v1.1.1 - 13 Jun 2014 19:02:14 UTC

lib/Apache2/AuthAny/Cookie.pm River stage zero No dependents

KGOLDOV/Apache2-AuthAny-0.201 - 16 May 2011 18:32:03 UTC

Apache2::AuthCookie - Perl Authentication and Authorization via cookies River stage one • 9 direct dependents • 9 total dependents

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 ...

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

Apache2::AuthCookieDBI - An AuthCookie module backed by a DBI database. River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache2::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there...

MATISSE/Apache2-AuthCookieDBI-2.19 - 08 Dec 2019 23:08:35 UTC

Apache2::AuthCookieLDAP - An Apache2::AuthCookie backend for LDAP based authentication River stage zero No dependents

This module acts as an authentication handler under Apache2 environment. It uses Apache2::AuthCookie as the base class and serves as a backend to provide user authentication against an LDAP server. Make sure that you have got a reachable LDAP server ...

KSOLOMKO/Apache2-AuthCookieLDAP-1.15 - 21 Aug 2013 13:33:38 UTC

Apache2::AuthCookie::Base - Common Methods Shared by Apache2 and Apache2_4 AuthCookie Subclasses. River stage one • 9 direct dependents • 9 total dependents

This module contains common code shared by AuthCookie for Apache 2.x and Apache 2.4....

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

Apache2::AuthCookieDBImg River stage zero No dependents

This module is an authentication handler that uses the basic mechanism provided by Apache2::AuthCookie with a DBI database for ticket-based protection. It is based on two tokens being provided, a username and password, which can be any strings (there...

CSA/Apache2-AuthCookieDBImg-2.2 - 31 Mar 2006 16:04:25 UTC

Apache2::AuthCookie::Params - AuthCookie Params Driver for mod_perl 2.x River stage one • 9 direct dependents • 9 total dependents

This class handles CGI form data for Apache2::AuthCookie. It will try to use Apache2::Request (from libapreq2) if it is available. If not, it will fall back to use CGI....

MSCHOUT/Apache-AuthCookie-3.31 - 06 Jan 2022 03:02:19 UTC

lib/Apache2/BalanceLogic/Plugin/DistByCookie.pm River stage zero No dependents

MIKI/Apache2-BalanceLogic-0.0.1 - 25 Aug 2007 02:16:38 UTC

Apache2::AuthTicket - Cookie Based Access and Authorization Module River stage one • 1 direct dependent • 1 total dependent

This module provides ticket based access control. The theory behind this is similar to the system described in the eagle book. This module works using HTTP cookies to check if a user is authorized to view a page. *Apache2::AuthCookie* is used as the ...

MSCHOUT/Apache-AuthTicket-0.94 - 28 Jul 2017 21:16:15 UTC

Apache2::AUS - Authorization, Users, and Sessions for Apache2. River stage zero No dependents

Note: *This is an alpha release. The interface is somewhat stable and well-tested, but other changes may come as I work in implementing this on my website.* "Apache2::AUS" is a mod_perl package that provides access to "Schema::RDBMS::AUS" sessions an...

CRAKRJACK/Apache2-AUS-0.02 - 16 Mar 2006 00:03:20 UTC

Apache2::AuthTicketLDAP - Cookie Ticketing with LDAP Authentication River stage zero No dependents

This module builds upon the *Apache2::AuthTicket* database-backed, cookie ticketing system for websites. It provides for authentication and authorization against an LDAP database. It also implements *CHI*-based, mmap'd file caching of LDAP entries an...

LUYSEYAL/Apache2-AuthTicketLDAP-0.02 - 07 Oct 2012 16:16:07 UTC

Apache2::AuthAny - Authentication with any provider or mechanism River stage zero No dependents

Apache2::AuthAny is extensible authentication layer providing support for any authentication mechanism or provider. AuthAny registers handlers for the Apache headerParser, authentication, fixup, and response phases. The Authentication phase handler c...

KGOLDOV/Apache2-AuthAny-0.201 - 16 May 2011 18:32:03 UTC

Apache2::AuthCAS - A configurable Apache authentication module that enables you to protect content on an Apache server using an existing JA-SIG CAS authentication server. River stage zero No dependents

General The *Apache2::AuthCAS* module allows a user to protect arbitrary content on an Apache server with JA-SIG CAS. Add the following lines to your Apache configuration file to load the custom configuration tags for CAS and allow for CAS authentica...

JHITT/Apache2-AuthCAS-0.4 - 02 Jan 2009 19:09:54 UTC

Apache2::Request - Methods for dealing with client request data River stage two • 18 direct dependents • 34 total dependents

The Apache2::Request module provides methods for parsing GET and POST parameters encoded with either *application/x-www-form-urlencoded* or *multipart/form-data*. Although Apache2::Request provides a few new APIs for accessing the parsed data, it rem...

SHAY/libapreq2-2.16 - 22 Mar 2021 17:59:11 UTC
53 results (0.067 seconds)