パッケージ: libapache2-authcookie-perl (3.27-1)
libapache2-authcookie-perl に関するリンク
Debian の資源:
libapache2-authcookie-perl ソースパッケージをダウンロード:
- [libapache2-authcookie-perl_3.27-1.dsc]
- [libapache2-authcookie-perl_3.27.orig.tar.gz]
- [libapache2-authcookie-perl_3.27-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
- libapache2-mod-auth-ntlm-winbind
- libapache-authznetldap-perl
- libapache2-mod-webkdc
- libreverseproxy-formfiller-perl
- ntlmaps
- libapache2-mod-authn-yolo
- libapache2-mod-auth-pubtkt
- libapache2-mod-intercept-form-submit
- libcatalyst-plugin-authentication-perl
- libapache-session-wrapper-perl
- libdancer-session-cookie-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.
その他の libapache2-authcookie-perl 関連パッケージ
|
|
|
|
-
- dep: libapache2-mod-perl2 (>= 2.0.9~rc1)
- Apache2 ウェブサーバと Perl の統合
-
- dep: libclass-load-perl
- module for loading modules by name
-
- dep: libhash-multivalue-perl
- module for storing multiple values per key in a hash
-
- dep: libhttp-body-perl
- module for processing data from HTTP POST requests
-
- dep: libwww-form-urlencoded-perl
- parser and builder for application/x-www-form-urlencoded format
-
- dep: perl
- Larry Wall 作の実用的な抽出とレポート用の言語