From ec34049dff00219dfbfce23967fcaae92a391bb6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 2 Nov 2023 23:45:50 +0100 Subject: towards programmable oauth2 converters --- src/kyclogic/plugin_kyclogic_oauth2.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/kyclogic/plugin_kyclogic_oauth2.c') diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c b/src/kyclogic/plugin_kyclogic_oauth2.c index 7344ac43f..4bd0bbfef 100644 --- a/src/kyclogic/plugin_kyclogic_oauth2.c +++ b/src/kyclogic/plugin_kyclogic_oauth2.c @@ -968,6 +968,9 @@ static void parse_proof_success_reply (struct TALER_KYCLOGIC_ProofHandle *ph, const json_t *j) { + // FIXME: this is not OAuth2.0, this is + // already implementation-specific! + // => move into helper shell script! const char *state; const json_t *data; struct GNUNET_JSON_Specification spec[] = { -- cgit v1.2.3