gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-exchange] branch master updated (5121c6b1 -> ade7586c)


From: gnunet
Subject: [taler-exchange] branch master updated (5121c6b1 -> ade7586c)
Date: Sun, 16 Apr 2023 21:26:04 +0200

This is an automated email from the git hooks/post-receive script.

grothoff pushed a change to branch master
in repository exchange.

    from 5121c6b1 work on lookup_records_by_table
     new 10c779bb add FIXME
     new ade7586c add missing resource

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/exchangedb/spi/Makefile           | 8 ++++++++
 src/kyclogic/plugin_kyclogic_oauth2.c | 5 +++++
 2 files changed, 13 insertions(+)
 create mode 100644 src/exchangedb/spi/Makefile

diff --git a/src/exchangedb/spi/Makefile b/src/exchangedb/spi/Makefile
new file mode 100644
index 00000000..9c84bf75
--- /dev/null
+++ b/src/exchangedb/spi/Makefile
@@ -0,0 +1,8 @@
+EXTENSION = own_test
+MODULES = own_test
+DATA = own_test.sql
+
+# postgresql build stuff
+PG_CONFIG = pg_config
+PGXS := $(shell $(PG_CONFIG) --pgxs)
+include $(PGXS)
diff --git a/src/kyclogic/plugin_kyclogic_oauth2.c 
b/src/kyclogic/plugin_kyclogic_oauth2.c
index d4aaf449..228525e2 100644
--- a/src/kyclogic/plugin_kyclogic_oauth2.c
+++ b/src/kyclogic/plugin_kyclogic_oauth2.c
@@ -514,6 +514,11 @@ initiate_task (void *cls)
                    pd->client_id,
                    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,
           TALER_EC_NONE,
           url,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]