taler-docs

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

commit 477afb33ec80487ffcbecf07c809a0e11bb638a6
parent 936454b5859b600785aad5fab435681e08499ed2
Author: Florian Dold <florian@dold.me>
Date:   Fri, 15 Sep 2023 15:12:19 +0200

auth-token -> token

Diffstat:
Mcore/api-libeufin-bank.rst | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/core/api-libeufin-bank.rst b/core/api-libeufin-bank.rst @@ -35,7 +35,7 @@ Authentication Some requests require the client to authenticate via HTTP Basic auth (RFC 7617) or using a bearer token which can be obtained or refreshed from the -``/accounts/$USERNAME/auth-token`` endpoint. +``/accounts/$USERNAME/token`` endpoint. When using Basic authentication, the user-id must be the libeufin-bank username, and the password the password for the corresponding user. @@ -46,7 +46,7 @@ the taler-wire-gateway facade via such a manually configured access token. The ``admin`` user is a special, hard-coded username. Some requests require the client to authenticate as the admin. -.. http:post:: /accounts/$USERNAME/auth-token +.. http:post:: /accounts/$USERNAME/token See :ref:`DD 48 token endpoint <dd48-token>`.