mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
5 lines
250 B
Plaintext
5 lines
250 B
Plaintext
mod_auth_cookie.c allows a Basic authentication string to be encoded into
|
|
a cookie (using "Header set" from mod_headers). When a request comes in,
|
|
both the standard Basic auth field Authorization: and the specified cookie
|
|
are checked for auth info.
|