mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fc3c2780ec
- reflect new MASTER_SITE and WWW Version 0.7 Fixed issue #13 - issue with handling POST data Fixed issue #10 - curl_unescape deprecated / libcurl doesn't unescape '+' as a space Fixed "configure: error: conditional "DEBUG" was never defined." message when running autogen.sh. Single OP mode Set HttpOnly on session-scoped cookies too Can now validate AX attrs by regex Added AuthOpenIDSecureCookie directive to limit session cookie retrieval to HTTPS connections Implemented AuthOpenIDAXUsername and AuthOpenIDSecureCookie Described functionality of AuthOpenIDSingleIdP, AuthOpenIDAXRequire, AuthOpenIDAXUsername, AuthOpenIDSecureCookie Fixed security vulnerability - sqlite DB should not be world readable New bugtracker URL: http://github.com/bmuller/mod_auth_openid/issues Feature safe: yes PR: ports/177444 Submitted by: Ander <ander@angels.org.ua> Approved by: Sutra Zhou <zhoushuqun@gmail.com> (maintainer)
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
mod_auth_openid is an authentication module for the Apache 2 webserver.
|
|
It handles the functions of an OpenID consumer as specified in the OpenID
|
|
2.0 specification.
|
|
|
|
WWW: http://findingscience.com/mod_auth_openid/
|