This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch export-couch_httpd_auth-function in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7509825b5b059e0c53fd1a5c069051dcfd7139e7 Author: Jiahui Li <[email protected]> AuthorDate: Mon Nov 3 16:08:05 2025 -0600 Export function: `couch_httpd_auth:authenticate/5` --- src/couch/src/couch_httpd_auth.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/couch/src/couch_httpd_auth.erl b/src/couch/src/couch_httpd_auth.erl index 7c6a60d2b..eaee7953a 100644 --- a/src/couch/src/couch_httpd_auth.erl +++ b/src/couch/src/couch_httpd_auth.erl @@ -20,7 +20,7 @@ -export([ default_authentication_handler/1, default_authentication_handler/2, - special_test_authentication_handler/1 + special_test_authentication_handler/1, authenticate/5 ]). -export([cookie_authentication_handler/1, cookie_authentication_handler/2]). -export([null_authentication_handler/1]).
