mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
1f8b48b772
Approved by: portmgr blanket
12 lines
464 B
Plaintext
12 lines
464 B
Plaintext
This Apache module allows authentication against a MySQL database via a
|
|
cryptographically secure cookie.
|
|
|
|
Features:
|
|
- Fake Basic Auth with cookies
|
|
- Cookie only consists of random session data, no username or password
|
|
- Can check expiry information stored in database against cookie
|
|
- Can check if the remote IP is equal to the IP stored in database
|
|
- Can be used for Single-Sign-On (SSO).
|
|
|
|
WWW: http://home.digithi.de/digithi/dev/mod_auth_cookie_mysql/
|