challenger

OAuth 2.0-based authentication service that validates user can receive messages at a certain address
Log | Files | Refs | Submodules | README | LICENSE

commit 6d5641a86538568b2800c7f912ce0939364b4753
parent a6afc5f618c16110a3f1c805109d986dfedec072
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sat, 23 Nov 2024 21:42:21 +0100

do not require telesign-secrets file, pass via environment

Diffstat:
Msrc/challenger/challenger-send-sms.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/challenger/challenger-send-sms.sh b/src/challenger/challenger-send-sms.sh @@ -1,7 +1,7 @@ #!/bin/sh # This file is in the public domain. set -eu -. telesign-secrets +# . telesign-secrets # Set AUTH_TOKEN=... NUMBER=$(echo "$1" | jq -r .phone) MESSAGE=$(cat -)