1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/www/mod_auth_cookie_mysql2/pkg-descr
Olli Hauer a7cf188844 - update to version 1.0
- fix lib AP_LIB (missing -lmysqlclient) [1]
- change DIST_SUBDIR from apache20 to apache22
- extent pkg-descr with feature list

Changelog:
Version 1.0 (version 2) - 18.06.2009
    enhancement: AuthCookieSql_AdditionalSQL parameter added.

PR:		ports/154420 [1]
Submitted by:	Stephane DAlu <sdalu _at_ sdalu.com>
2011-06-20 19:28:09 +00:00

12 lines
465 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/