summaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_kyc-proof.c
AgeCommit message (Collapse)Author
2024-03-07fix uninitialized 'in_shutdown' variableChristian Grothoff
2024-02-18fix KYC test: after KYC failure, give exchange chance to start 2nd KYC ↵Christian Grothoff
process; also fixes more HTML response issues
2024-02-18fetch, not storeChristian Grothoff
2024-02-18lproc is not unique if we have failed processes, handle multiple matchesChristian Grothoff
2024-02-13set 'finished' to TRUE when KYC process is done (either way, successful or ↵Christian Grothoff
failure); should fix #8055, needs testing
2024-02-11this should fix #8056 (testing required)Christian Grothoff
2023-06-23fix #7870Christian Grothoff
2023-05-16towards KYC AML triggersChristian Grothoff
2023-05-04more shared logic for argument/header parsingChristian Grothoff
2023-01-27add logic to store attributesChristian Grothoff
2023-01-27add logic to store attributesChristian Grothoff
2023-01-22-towards storing KYC attribute dataChristian Grothoff
2023-01-16-fix KYC logic change to work for all plugins and not just OAuth2.0Christian Grothoff
2023-01-13fix kyc-proof handleSebastian
1.- redirect_uri has an extra slash 2.- response_type=code is required https://www.rfc-editor.org/rfc/rfc6749#section-3.1.1 3.- add more info to "Unexpected response from KYC gateway" 4.- relax the requirements on the login response, marked as optional 5.- redirect_uri should be the same when exchanging the code for the access_token, 6.- remove legi and payto from kyc-proof path 7.- use state to transport h_payto https://www.rfc-editor.org/rfc/rfc6749#section-4.1.1
2022-10-22-add missing asserts, fix logic issueChristian Grothoff
2022-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-18-misc bugfixes for persona kyc logicChristian Grothoff
2022-08-17kycaid cleanupChristian Grothoff
2022-08-11major rework of the KYC logic, making it more configurable, not complete, ↵Christian Grothoff
but tests pass again
2022-04-16add more flexibility to endpoint naming for KYCChristian Grothoff
2022-03-14add metrics for number of crypto operationsMarco Boss
2022-03-03use 32 byte hash for hpayto, use that for joins on queries to better align ↵Christian Grothoff
queries with partitions
2021-12-07add basic metrics collection logicChristian Grothoff
2021-11-17fix DB query and error handlingChristian Grothoff
2021-11-15complete oauth logic (in theory)Christian Grothoff
2021-11-09get first KYC test to passChristian Grothoff
2021-10-19-implement more of the KYC handlersChristian Grothoff
2021-10-17integrate /kyc-* handlers with dispatching logicChristian Grothoff
2021-10-17implement /kyc-check, add skeleton for /kyc-proofChristian Grothoff