summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGraham Leggett <minfrin@apache.org>2023-04-25 17:35:08 +0000
committerGraham Leggett <minfrin@apache.org>2023-04-25 17:35:08 +0000
commit3e638ff2836e836eba2613338c8102da8d62a976 (patch)
treef47c4cae0401ee49a6d2ae9a9c7d4154614484cb /docs
parent34c58325ec7ad12144dba23c38832b19cbf2850f (diff)
downloadhttpd-3e638ff2836e836eba2613338c8102da8d62a976.tar.gz
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
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/developer/new_api_2_6.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/manual/developer/new_api_2_6.xml b/docs/manual/developer/new_api_2_6.xml
index 898c26f77f..eda804c03f 100644
--- a/docs/manual/developer/new_api_2_6.xml
+++ b/docs/manual/developer/new_api_2_6.xml
@@ -57,6 +57,22 @@
<p>Introduces a new API to fill me in.</p>
</section>
+ <section id="http_request">
+ <title>http_request (changed)</title>
+ <ul>
+ <li>New autht_provider API</li>
+ <li>New <code>token_checker</code> hook to handle authentication based on
+ mechanisms other than username and password.</li>
+ <li>New function <code>ap_hook_check_autht</code>, as an addition to
+ <code>ap_hook_check_authn</code> and <code>ap_hook_check_authz</code>.</li>
+ </ul>
+ </section>
+
+ <section id="mod_auth">
+ <title>mod_auth (changed)</title>
+ <p>Adds an additional provider framework for autht - token authentication.</p>
+ </section>
+
</section>
<section id="upgrading">