[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: document need to prefix with 'Bearer
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: document need to prefix with 'Bearer ' |
Date: |
Wed, 06 Sep 2023 23:00:12 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 49b6e07a document need to prefix with 'Bearer '
49b6e07a is described below
commit 49b6e07abad91d5b6081b6d32402127703c1eec9
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Wed Sep 6 23:00:08 2023 +0200
document need to prefix with 'Bearer '
---
core/api-merchant.rst | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index 6946bd09..6e6c8822 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -1042,7 +1042,9 @@ Setting up instances
interface LoginTokenSuccessResponse {
// The login token that can be used to access resources
- // that are in scope for some time.
+ // that are in scope for some time. Must be prefixed
+ // with "Bearer " when used in the "Authorization" HTTP header.
+ // Will already begin with the RFC 8959 prefix.
token: string;
// Scope of the token (which kinds of operations it will allow)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: document need to prefix with 'Bearer ',
gnunet <=