gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: use HTTP basic auth instead of rolli


From: gnunet
Subject: [taler-docs] branch master updated: use HTTP basic auth instead of rolling our own
Date: Wed, 08 Jan 2020 14:27:31 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new 0ed4032  use HTTP basic auth instead of rolling our own
0ed4032 is described below

commit 0ed40324f26021d1cdfe82a9a72d977e72a24e9a
Author: Florian Dold <address@hidden>
AuthorDate: Wed Jan 8 14:27:22 2020 +0100

    use HTTP basic auth instead of rolling our own
---
 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
index a56027d..ba7ced8 100644
--- 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.
 

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]