gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: expand otp_key docs


From: gnunet
Subject: [taler-docs] branch master updated: expand otp_key docs
Date: Tue, 30 Jan 2024 22:56:50 +0100

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 86bc04b9 expand otp_key docs
86bc04b9 is described below

commit 86bc04b9c4fe93d6bd0d5b4ae7a8ceb8d3706399
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jan 30 22:56:46 2024 +0100

    expand otp_key docs
---
 core/api-merchant.rst | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/core/api-merchant.rst b/core/api-merchant.rst
index ffaef0a2..d0102240 100644
--- a/core/api-merchant.rst
+++ b/core/api-merchant.rst
@@ -3137,7 +3137,11 @@ to validate that a customer made a payment.
       // Human-readable description for the device.
       otp_device_description: string;
 
-      // A base64-encoded key
+      // A key encoded with RFC 3548 Base32.
+      // IMPORTANT: This is not using the typical
+      // Taler base32-crockford encoding.
+      // Instead it uses the RFC 3548 encoding to
+      // be compatible with the TOTP standard.
       otp_key: string;
 
       // Algorithm for computing the POS confirmation.

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