taler-docs

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

commit ee167631b98ec3b39fb8c013dc11145a3797306c
parent 0cb46cd539dc4e3262fcae642b9295d6da4722aa
Author: Torsten Grote <t@grobox.de>
Date:   Mon, 20 Jul 2020 11:00:36 -0300

Small Anastasis clarifications

Diffstat:
Mdesign-documents/006-anastasis-ux.rst | 19+++++++++++++++----
1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/design-documents/006-anastasis-ux.rst b/design-documents/006-anastasis-ux.rst @@ -125,6 +125,12 @@ the user is already asked to provide the information required for the recovery with that method. For example, a photo of themselves, their phone number or mailing address. +Using Anastatis providers usually isn't free. +From here on, the UI should show estimated recurring costs (yearly) +and the cost of recovery. +Both costs should get updated with each user action affecting those costs +such as selecting more authentication methods. + .. image:: https://git.taler.net/anastasis.git/plain/doc/wireframe/png-export/truth.png :width: 800 .. image:: https://git.taler.net/anastasis.git/plain/doc/wireframe/png-export/addtruth.png @@ -153,15 +159,20 @@ that are not included in the default list provided by the wallet. .. image:: https://git.taler.net/anastasis.git/plain/doc/wireframe/png-export/addpolicymethod.png :width: 800 -Defining Recovery Threshold ---------------------------- +Defining Recovery Options +------------------------- After mapping authentication methods to providers, the user needs select which combinations are sufficient to recover the secret. The default could be ``n-1`` out of ``n``. -Maybe the `Dark Crystal UI Recommendations <https://dark-crystal-javascript.gitlab.io/ui-recommendations/>`__ -can be an inspiration here. +However, Anastasis recovery policies support more complex recovery options (policies) such as + +* video-identification + passphrase +* video-identification + SMS +* SMS + postal mail + passphrase + +when video-identification, passphrase, SMS and postal mail were chosen as authentication methods. Pay for Setup -------------