taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 704a5e1eceed1a6f73d7998ce3068e848ac03e87
parent f5663ec399529456a23819a795baf47d81631b66
Author: Dennis Neufeld <dennis.neufeld@students.bfh.ch>
Date:   Fri, 26 Jun 2020 14:51:17 +0000

modified anastasis spec - authentication methods

Diffstat:
Manastasis-db.png | 0
Manastasis.rst | 15++++++++++++---
2 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/anastasis-db.png b/anastasis-db.png Binary files differ. diff --git a/anastasis.rst b/anastasis.rst @@ -803,10 +803,19 @@ SMS (sms) ^^^^^^^^^ Sends an SMS with a code to the users phone. -The must send this code back with his request (see $RESPONSE under 'Managing truth'). +The user must send this code back with his request (see $RESPONSE under 'Managing truth'). If the transmitted code is correct, the server responses with the requested encrypted key share. FIXME: details! + +Email verification (email) +^^^^^^^^^^^^^^^^^^^^^^^^^^ +Sends an email with a code to the users mail address. +The user must send this code back with his request (see $RESPONSE under 'Managing truth'). +If the transmitted code is correct, the server responses with the requested encrypted key share. +FIXME: details! + + Video identification (vid) ^^^^^^^^^^^^^^^^^^^^^^^^^^ @@ -827,8 +836,8 @@ function over the same security answer is used to provide **optional data** for the decryption of the (encrypted) **key share**. -Post-Indent (post) -^^^^^^^^^^^^^^^^^^ +Snail mail verification (post) +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Physical address verification via snail mail. FIXME: details!