taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 723943a3c1f6fc559c11a93e4e8f5e0665654ed9
parent 5a794864d1eca8ee99e871be66cf0f4de41bac6d
Author: Florian Dold <florian@dold.me>
Date:   Thu, 27 Nov 2025 00:01:08 +0100

remove paivana_id from cookie

Diffstat:
Mdesign-documents/043-managing-prebuilt-artifacts.rst | 8+++++++-
Mdesign-documents/076-paywall-proxy.rst | 2+-
2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/design-documents/043-managing-prebuilt-artifacts.rst b/design-documents/043-managing-prebuilt-artifacts.rst @@ -1,6 +1,12 @@ DD 43: Managing Prebuilt Artifacts and Source-Level Dependencies ################################################################ +.. note:: + + History: + + * 2025-11-26: Updated to reflect current state and future plans + Summary ======= @@ -80,7 +86,7 @@ Alternatives * Only maintain one version per module. - * We were doing this (as of 2025-10-26) and it doesn't work very well, + * We were doing this (as of 2025-11-26) and it doesn't work very well, because the same package (say ``exchange.git``) might depend on different versions of prebuilt packages (say ``aml-spa`` and ``kyc-spa``). Thus the prebuilt branch would need a commit with exactly the right combination diff --git a/design-documents/076-paywall-proxy.rst b/design-documents/076-paywall-proxy.rst @@ -53,7 +53,7 @@ Steps: * When the long-poller returns and the payment has succeeded, the HTTP response sets the Paivana cookie. The browser reloads the page. -The Paivana Cookie is computed as ``exp_timestamp || H(client_ip || paivana_id || paivana_server_secret || exp_timestamp)``. +The Paivana Cookie is computed as ``exp_timestamp || H(client_ip || paivana_server_secret || exp_timestamp)``. Problems: