freebsd-ports/www/p5-Apache-AuthCookie/pkg-descr
2001-01-01 08:28:28 +00:00

7 lines
308 B
Text

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