taler-docs

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

commit dca65b84e268f23e8a79b48b6a5b4fba0efc1258
parent a9f9a19cad38e459091d7bca512454191262323a
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 22 Oct 2025 12:59:36 +0200

add TELESIGN_ prefix for auth token

Diffstat:
Mlibeufin/bank-manual.rst | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/libeufin/bank-manual.rst b/libeufin/bank-manual.rst @@ -129,13 +129,13 @@ libeufin-bank supports two-factor authentication. libeufin-bank uses helper scri SMS TAN channel +++++++++++++++ -The default ``libeufin-tan-sms.sh`` script is based on the `Telesign <https://www.telesign.com>`_ SMS provider. It requires an additional ``AUTH_TOKEN`` environment variable for `Telesign Basic authentication <https://developer.telesign.com/enterprise/docs/authentication#basic-authentication>`_. +The default ``libeufin-tan-sms.sh`` script is based on the `Telesign <https://www.telesign.com>`_ SMS provider. It requires an additional ``TELESIGN_AUTH_TOKEN`` environment variable for `Telesign Basic authentication <https://developer.telesign.com/enterprise/docs/authentication#basic-authentication>`_. To test your setup run: .. code-block:: console - $ AUTH_TOKEN=$TELESIGN_TOKEN + $ TELESIGN_AUTH_TOKEN=$TELESIGN_TOKEN $ echo "Test 1234" | libeufin-tan-sms.sh $PHONE If you received an SMS containing "Test 1234" you can enable this channel in the config: @@ -144,7 +144,7 @@ If you received an SMS containing "Test 1234" you can enable this channel in the [libeufin-bank] TAN_SMS = libeufin-tan-sms.sh - TAN_SMS_ENV = "AUTH_TOKEN=$TELESIGN_TOKEN" + TAN_SMS_ENV = "TELESIGN_AUTH_TOKEN=$TELESIGN_TOKEN" Mail TAN channel ++++++++++++++++