summaryrefslogtreecommitdiff
path: root/src/kyclogic
AgeCommit message (Collapse)Author
2023-01-28-misc fixesChristian Grothoff
2023-01-28fix Persona attribute extraction from webhooksChristian Grothoff
2023-01-28-debug KYC webhook logicChristian Grothoff
2023-01-27add persona attribute conversion logicChristian Grothoff
2023-01-27add persona attribute conversion logicChristian Grothoff
2023-01-27work on kycaid attribute extractionChristian Grothoff
2023-01-27add logic to store attributesChristian Grothoff
2023-01-27update GET attest logic now that it is clear that we must store KYC ↵Christian Grothoff
attributes locally:
2023-01-27address DB failure error handling in KYC checkChristian Grothoff
2023-01-27address DB failure error handling in KYC checkChristian Grothoff
2023-01-22-towards storing KYC attribute dataChristian Grothoff
2023-01-16move state to inner URLChristian Grothoff
2023-01-16-fix warningChristian 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
2023-01-12-add missing library dependencies for clean buildChristian Grothoff
2023-01-11-fix example KYC config optionsChristian Grothoff
2023-01-10-more consistent naming of KYC_PERSONA optionsChristian Grothoff
2022-12-05force include of taler_util.h, not of taler_crypto_lib.h or taler_amount_lib.hChristian Grothoff
2022-11-06fix #7427Christian Grothoff
2022-11-03-fix dist rulesChristian Grothoff
2022-10-22-fix bad method handling in kyc-testerChristian Grothoff
2022-10-22-add FIXMEChristian Grothoff
2022-10-22implement missing UT filtering logicChristian Grothoff
2022-10-02complete taler-exchange-httpd_reserves_get_attest.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-10-02complete taler-exchange-httpd_reserves_close.c logic (first pass, still ↵Christian Grothoff
without DB logic or tests)
2022-09-26-fix debian packageChristian Grothoff
2022-09-24make dependency explicitChristian Grothoff
2022-09-24-fix linker issuesChristian Grothoff
2022-08-23fix typo: s/ULONG_LONG_MAX/ULLONG_MAX/Thien-Thi Nguyen
The latter is in the standard, while the former is an old GCC-ism.
2022-08-22fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’Thien-Thi Nguyen
2022-08-22-fix clang compiler warningsChristian Grothoff
2022-08-20-major KYC update, fixes misc. issuesChristian Grothoff
2022-08-19add user type to kyc-checkChristian Grothoff
2022-08-18-work on FIXMEsChristian Grothoff
2022-08-18-misc bugfixes for persona kyc logicChristian Grothoff
2022-08-18-doxygenChristian Grothoff
2022-08-18untested draft of webhook logic for personaChristian Grothoff
2022-08-18-work on kyc-proof persona pluginChristian Grothoff
2022-08-17-first sketch of persona kyclogicChristian Grothoff
2022-08-17-fix kycaid logic issuesChristian Grothoff
2022-08-17kycaid cleanupChristian Grothoff
2022-08-17-doxygenChristian Grothoff
2022-08-16work on kycaid plugin response generation logicChristian Grothoff
2022-08-16fix typo: ‘s/(MHD_HTTP_UNPROCESSABLE)_CONTENT/\1_ENTITY/g’Thien-Thi Nguyen
2022-08-16-move templating library into exchange.gitChristian Grothoff
2022-08-15(preliminary) work on kycaid pluginChristian Grothoff
2022-08-14-regenerate DBsChristian Grothoff
2022-08-11-fix typosChristian Grothoff
2022-08-11-doxygen fixesChristian Grothoff