gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: clarification


From: gnunet
Subject: [taler-docs] branch master updated: clarification
Date: Tue, 02 Mar 2021 20:00:39 +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 3fdffe0  clarification
3fdffe0 is described below

commit 3fdffe01a60f48e9d850c43bc550aa91e92f5df5
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Mar 2 20:00:34 2021 +0100

    clarification
---
 core/api-merchant.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index bb78f47..76c97a4 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -941,9 +941,12 @@ Setting up instances
       method: "external" | "token";
 
       // For method "external", this field is mandatory.
-      // It specifies the "Authentication" HTTP header required to
-      // authorize management to access the instance.
+      // The token MUST begin with the string "secret-token:".
+      // After the auth token has been set (with method "token"),
+      // the value must be provided in a "Authorization: Bearer $token"
+      // header.
       token?: string;
+
     }
 
 

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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