diff options
author | Christian Grothoff <christian@grothoff.org> | 2023-11-02 23:45:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2023-11-02 23:45:50 +0100 |
commit | ec34049dff00219dfbfce23967fcaae92a391bb6 (patch) | |
tree | e9cae104b0cba1a788566cd359867d07259801e5 /src/kyclogic/plugin_kyclogic_oauth2.c | |
parent | f5cad7636211c03cf4c023df4e9275d603cd1770 (diff) |
towards programmable oauth2 converters
Diffstat (limited to 'src/kyclogic/plugin_kyclogic_oauth2.c')
-rw-r--r-- | src/kyclogic/plugin_kyclogic_oauth2.c | 3 |
1 files changed, 3 insertions, 0 deletions
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[] = { |