edk12564 opened a new issue, #43: URL: https://github.com/apache/fineract-consumer-facing/issues/43
To match the old self-service api, we need a beneficiaries feature to gate transfers between accounts. This adds an extra layer of security by required 2 step protocol for transfers. Along with this change, we made large changes in the following: - Changes to the abac structure, centralizing device fingerprint check and adding a unified abac method call to each endpoint. - We also fixed an existing bug where refresh tokens get invalidated by a single summary call. - Fineract's OpenAPI spec had to be sanitized of Long where it should be BigInt. - Device fingerprint was recalculated to not use muteable values and instead use a UUID for device to prevent unforeseen logouts. - Finally, general code improvements and refactoring was done. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
