summaryrefslogtreecommitdiff
path: root/www/p5-Apache2-AuthCookie/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/p5-Apache2-AuthCookie/DESCR')
-rw-r--r--www/p5-Apache2-AuthCookie/DESCR5
1 files changed, 5 insertions, 0 deletions
diff --git a/www/p5-Apache2-AuthCookie/DESCR b/www/p5-Apache2-AuthCookie/DESCR
new file mode 100644
index 00000000000..7a14905bc60
--- /dev/null
+++ b/www/p5-Apache2-AuthCookie/DESCR
@@ -0,0 +1,5 @@
+Apache::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.