gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated (d9b6c67 -> 25a3a3a)


From: gnunet
Subject: [taler-docs] branch master updated (d9b6c67 -> 25a3a3a)
Date: Mon, 02 Nov 2020 12:03:48 +0100

This is an automated email from the git hooks/post-receive script.

dennis-neufeld pushed a change to branch master
in repository docs.

    from d9b6c67  revising tutorial /manual
     new c357138  fix add/del_policy
     new 1ebe330  edit anastasis.rst
     new 25a3a3a  edit anastasis.rst, add_/del_authentication

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 anastasis.rst | 40 ++++++++++++++++++++++++++++++++++++++--
 1 file changed, 38 insertions(+), 2 deletions(-)

diff --git a/anastasis.rst b/anastasis.rst
index 2401000..c312a04 100644
--- a/anastasis.rst
+++ b/anastasis.rst
@@ -939,13 +939,49 @@ Arguments (example):
     }
 
 
+**add_authentication:**
+
+Arguments (example):
+::
+
+  {
+    "authentication_method":
+    {
+      "method": "question",
+      "data": {
+        "question": "Whats your name?",
+        "answer": "Hans"
+      }
+    }
+  }
+
+
+**del_authentication:**
+
+Arguments (example):
+::
+
+  {
+    "auth_method_index": 3
+  }
+
+
 **add_policy:**
 
 Arguments (example):
 ::
 
     {
-      "policy": [1, 3]  //index of authentication method
+      "policy": [
+        {
+          "auth_method_index": 1,
+          "provider": "anastasis_01"
+        },
+        {
+          "auth_method_index": 3,
+          "provider": "anastasis_02"
+        }
+      ]
     }
 
 
@@ -955,7 +991,7 @@ Arguments (example):
 ::
 
   {
-    "policy": [1, 3]  //index of authentication method
+    "policy_index": 3
   }
 
 

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