add FIXME
This commit is contained in:
parent
5121c6b1cf
commit
10c779bbc6
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user