commit 49b6e07abad91d5b6081b6d32402127703c1eec9 parent 846cb34e331cb528473ba55a61e823ce5f36bd56 Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 6 Sep 2023 23:00:08 +0200 document need to prefix with 'Bearer ' Diffstat:
| M | core/api-merchant.rst | | | 4 | +++- |
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git 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)