gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: -update challenger docs


From: gnunet
Subject: [taler-docs] branch master updated: -update challenger docs
Date: Sun, 07 May 2023 00:31:42 +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 bd80dfc  -update challenger docs
bd80dfc is described below

commit bd80dfcaebc13a34907da688ff7b0b7601ec738b
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun May 7 00:31:35 2023 +0200

    -update challenger docs
---
 core/api-challenger.rst | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/core/api-challenger.rst b/core/api-challenger.rst
index 80e0dd2..4fb64d9 100644
--- a/core/api-challenger.rst
+++ b/core/api-challenger.rst
@@ -91,10 +91,6 @@ Setup
   challenger service.  This token must match the ``client_secret`` in the
   later ``/auth`` request.
 
-  **Request:**
-
-  :query client_id: Identifier of the client.
-
   **Response:**
 
   :http:statuscode:`200 OK`:
@@ -149,14 +145,15 @@ Login
 Challenge
 ---------
 
-.. http:post:: /challenge
+.. http:post:: /challenge/$NONCE
 
   Submits the address to which a challenge should be
   sent by the challenger service.
 
   **Request:**
 
-  Depends on the form from ``/login``. TBD.
+  Body should use the mime-type "application/x-www-form-urlencoded".
+  The posted form data must contain an "address".
 
   **Response:**
 
@@ -173,7 +170,7 @@ Challenge
 Solve
 -----
 
-.. http:post:: /solve
+.. http:post:: /solve/$NONCE
 
   Used by the user-agent to submit an answer to the
   challenge.  If the answer is correct, the user

-- 
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]