exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 4b7ee4845617e8bd2cdadddef1be945935e4c395
parent e5ead880579cbac93353b72e96221c84206a7403
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon, 15 Nov 2021 20:06:34 +0100

-new option

Diffstat:
Msrc/exchange/exchange.conf | 3+++
Msrc/testing/test_kyc_api.conf | 3++-
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/src/exchange/exchange.conf b/src/exchange/exchange.conf @@ -99,6 +99,9 @@ KYC_MODE = NONE # URL of the OAuth endpoint for KYC checks # KYC_OAUTH2_URL = +# URL of the "information" endpoint for KYC checks +# KYC_INFO_URL = + # KYC Oauth client ID. # KYC_OAUTH2_CLIENT_ID = diff --git a/src/testing/test_kyc_api.conf b/src/testing/test_kyc_api.conf @@ -56,7 +56,8 @@ KYC_WITHDRAW_LIMIT = EUR:8 [exchange-kyc-oauth2] -KYC_OAUTH2_URL = http://localhost:6666/ +KYC_OAUTH2_URL = http://localhost:6666/oauth/v2/login +KYC_INFO_URL = http://localhost:6666/api/user/me KYC_OAUTH2_CLIENT_ID = taler-exchange KYC_OAUTH2_CLIENT_SECRET = exchange-secret KYC_OAUTH2_POST_URL = http://example.com/