This commit is contained in:
Christian Grothoff 2021-11-07 23:43:38 +01:00
parent 38c7180806
commit 051deacb97
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -102,6 +102,10 @@ handler_cb (void *cls,
unsigned int hc;
json_t *body;
/* NOTE: In the future, we MAY want to distinguish between
the different URLs and possibly return more information.
For now, just do the minimum: implement the main handler
that checks the code. */
code = MHD_lookup_connection_value (connection,
MHD_GET_ARGUMENT_KIND,
"code");