Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-27 | add logic to store attributes | Christian Grothoff | |
2023-01-27 | add logic to store attributes | Christian Grothoff | |
2023-01-22 | -towards storing KYC attribute data | Christian Grothoff | |
2023-01-16 | -fix KYC logic change to work for all plugins and not just OAuth2.0 | Christian Grothoff | |
2023-01-13 | fix kyc-proof handle | Sebastian | |
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 issue | Christian Grothoff | |
2022-08-20 | -major KYC update, fixes misc. issues | Christian Grothoff | |
2022-08-18 | -misc bugfixes for persona kyc logic | Christian Grothoff | |
2022-08-17 | kycaid cleanup | Christian Grothoff | |
2022-08-11 | major rework of the KYC logic, making it more configurable, not complete, ↵ | Christian Grothoff | |
but tests pass again | |||
2022-04-16 | add more flexibility to endpoint naming for KYC | Christian Grothoff | |
2022-03-14 | add metrics for number of crypto operations | Marco Boss | |
2022-03-03 | use 32 byte hash for hpayto, use that for joins on queries to better align ↵ | Christian Grothoff | |
queries with partitions | |||
2021-12-07 | add basic metrics collection logic | Christian Grothoff | |
2021-11-17 | fix DB query and error handling | Christian Grothoff | |
2021-11-15 | complete oauth logic (in theory) | Christian Grothoff | |
2021-11-09 | get first KYC test to pass | Christian Grothoff | |
2021-10-19 | -implement more of the KYC handlers | Christian Grothoff | |
2021-10-17 | integrate /kyc-* handlers with dispatching logic | Christian Grothoff | |
2021-10-17 | implement /kyc-check, add skeleton for /kyc-proof | Christian Grothoff | |