summaryrefslogtreecommitdiff
path: root/src/mod_auth_api.h
Commit message (Collapse)AuthorAgeFilesLines
* [mod_auth] RFC7616 HTTP Digest username* userhashGlenn Strauss2021-11-281-1/+4
| | | | | | | | | | | | | | | | RFC7616 HTTP Digest username* and userhash support (if configured) userhash support must be configured to enable: auth.require = ( "/" => ( "userhash" => "enable", ... ) ) and one of auth.backend = "htdigest" # mod_authn_file or auth.backend = "dbi" # mod_authn_dbi and appropriate modification to add userhash into htdigest or db table along with adding "sql-userhash" => "..." SQL query for mod_authn_dbi Note: open issue with curl preventing userhash from working with curl: https://github.com/curl/curl/pull/8066
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-0/+100
rename http_auth.[ch] -> mod_auth_api.[ch]