mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
da414b1926
reauthentication.
8 lines
308 B
Plaintext
8 lines
308 B
Plaintext
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
|