套件: libapache2-authcookie-perl (3.28-1)
libapache2-authcookie-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libapache2-authcookie-perl:
- [libapache2-authcookie-perl_3.28-1.dsc]
- [libapache2-authcookie-perl_3.28.orig.tar.gz]
- [libapache2-authcookie-perl_3.28-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Xavier Guimard
- Ivan Kohler
外部的資源:
- 主頁 [metacpan.org]
相似套件:
- libapache2-mod-webkdc
- libapache2-mod-authn-yolo
- libapache2-authcassimple-perl
- libapache2-mod-intercept-form-submit
- libapache2-mod-auth-pubtkt
- libapache2-mod-auth-ntlm-winbind
- libreverseproxy-formfiller-perl
- libcatalyst-plugin-authentication-perl
- node-basic-auth
- libapache-authznetldap-perl
- libapache2-mod-webauthldap
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)
- Integration of perl with the Apache2 web server
-
- 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's Practical Extraction and Report Language