From 3e638ff2836e836eba2613338c8102da8d62a976 Mon Sep 17 00:00:00 2001 From: Graham Leggett Date: Tue, 25 Apr 2023 17:35:08 +0000 Subject: 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 --- docs/manual/developer/new_api_2_6.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'docs') 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 @@

Introduces a new API to fill me in.

+
+ http_request (changed) + +
+ +
+ mod_auth (changed) +

Adds an additional provider framework for autht - token authentication.

+
+
-- cgit v1.2.1