summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-09-06 23:00:08 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-09-06 23:00:08 +0200
commit49b6e07abad91d5b6081b6d32402127703c1eec9 (patch)
treeae61b19277057f9f2ac0b8866819e191406197a7
parent846cb34e331cb528473ba55a61e823ce5f36bd56 (diff)
downloaddocs-49b6e07abad91d5b6081b6d32402127703c1eec9.tar.gz
docs-49b6e07abad91d5b6081b6d32402127703c1eec9.tar.bz2
docs-49b6e07abad91d5b6081b6d32402127703c1eec9.zip
document need to prefix with 'Bearer '
-rw-r--r--core/api-merchant.rst4
1 files changed, 3 insertions, 1 deletions
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)