commit 0ed40324f26021d1cdfe82a9a72d977e72a24e9a parent 1666a64182e546fbd1ed1c1397b02b890fb541e2 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 8 Jan 2020 14:27:22 +0100 use HTTP basic auth instead of rolling our own Diffstat:
| M | core/api-wire-plugin-bank.rst | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/core/api-wire-plugin-bank.rst b/core/api-wire-plugin-bank.rst @@ -26,8 +26,8 @@ LibEuFin (work in progress). Authentication -------------- -The wire plugin authenticates requests to the bank service via the -``X-Taler-Bank-Username`` and ``X-Taler-Bank-Password`` headers. +The wire plugin authenticates requests to the bank service via +`HTTP basic auth <https://tools.ietf.org/html/rfc7617>`. ------------------- Making Transactions @@ -108,7 +108,7 @@ Querying the transaction history list shall be filtered to only include transactions that include a valid reserve public key. - The bank account of the exchange is determined via the user name in the ``X-Taler-Bank-Username`` header. + The bank account of the exchange is determined via the user name in the ``Authorization`` header. In fact the transaction history might come from a "virtual" account, where multiple real bank accounts are merged into one history.