taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 2484d752206370ae488bdbd306c5a544c09d45e5
parent 9d9edbae0dfacdbb513013260263783dd8735594
Author: Antoine A <>
Date:   Thu,  5 Dec 2024 17:09:43 +0100

libeufin: update nexus conf

Diffstat:
Mmanpages/libeufin-nexus.conf.5.rst | 26++++++++++++++++++--------
1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/manpages/libeufin-nexus.conf.5.rst b/manpages/libeufin-nexus.conf.5.rst @@ -129,11 +129,16 @@ ENABLED Whether to serve the Wire Gateway API. AUTH_METHOD - How to authenticate this API. This can either be ``none`` or ``bearer-token``. + Authentication scheme, this can either be ``basic``, ``bearer`` or ``none``. -AUTH_BEARER_TOKEN - The expected token. - Only used if ``AUTH_METHOD`` is ``bearer-token``. +USERNAME + User name for ``basic`` authentication scheme. + +PASSWORD + Password for ``basic`` authentication scheme. + +TOKEN + Token for ``bearer`` authentication scheme. HTTP REVENUE API OPTIONS ------------------------ @@ -144,11 +149,16 @@ ENABLED Whether to serve the Revenue API. AUTH_METHOD - How to authenticate this API. This can either be ``none`` or ``bearer-token``. + Authentication scheme, this can either be ``basic``, ``bearer`` or ``none``. + +USERNAME + User name for ``basic`` authentication scheme. + +PASSWORD + Password for ``basic`` authentication scheme. -AUTH_BEARER_TOKEN - The expected token. - Only used if ``AUTH_METHOD`` is ``bearer-token``. +TOKEN + Token for ``bearer`` authentication scheme. DATABASE OPTIONS ----------------