gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: dd49: use delete to revoke token


From: gnunet
Subject: [taler-docs] branch master updated: dd49: use delete to revoke token
Date: Fri, 15 Sep 2023 00:19:31 +0200

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 9d93a4bf dd49: use delete to revoke token
9d93a4bf is described below

commit 9d93a4bf195495b661d1a837b4b9a789548538a7
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Sep 15 00:19:28 2023 +0200

    dd49: use delete to revoke token
---
 design-documents/049-auth.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/design-documents/049-auth.rst b/design-documents/049-auth.rst
index 5862297c..104b3672 100644
--- a/design-documents/049-auth.rst
+++ b/design-documents/049-auth.rst
@@ -88,8 +88,10 @@ Token Revocation
 -------------------------------
 
 Clients using session tokens log by forgetting the session token.
+Tokens can be explicitly revoked by making a ``DELETE`` request on
+the token endpoint.
 
-.. http:post:: /${SERVICE}/logout
+.. http:delete:: /${RESOURCE...}/token
 
    Invalidate the access token that is being used to make the request.
 

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