]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Add the token_checker hook, that allows authentication to take
authorGraham Leggett <minfrin@apache.org>
Tue, 25 Apr 2023 17:35:08 +0000 (17:35 +0000)
committerGraham Leggett <minfrin@apache.org>
Tue, 25 Apr 2023 17:35:08 +0000 (17:35 +0000)
commit3e638ff2836e836eba2613338c8102da8d62a976
treef47c4cae0401ee49a6d2ae9a9c7d4154614484cb
parent34c58325ec7ad12144dba23c38832b19cbf2850f
core: Add the token_checker hook, that allows authentication to take
place using mechanisms other than username/password, such as bearer
tokens.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1909409 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
docs/manual/developer/new_api_2_6.xml
include/ap_mmn.h
include/http_request.h
include/mod_auth.h
server/request.c