add FIXME

This commit is contained in:
Christian Grothoff 2023-04-16 21:25:48 +02:00
parent 5121c6b1cf
commit 10c779bbc6
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -514,6 +514,11 @@ initiate_task (void *cls)
pd->client_id, pd->client_id,
redirect_uri_encoded); redirect_uri_encoded);
GNUNET_free (redirect_uri_encoded); GNUNET_free (redirect_uri_encoded);
/* FIXME-API: why do we *redirect* the client here,
instead of making the HTTP request *ourselves*
and forwarding the response? This prevents us
from using authentication on initiation,
(which is desirable for challenger!) */
ih->cb (ih->cb_cls, ih->cb (ih->cb_cls,
TALER_EC_NONE, TALER_EC_NONE,
url, url,