GoodDAPP
GoodDAPP copied to clipboard
Auto add a profile photo from FV capture
When a user goes through FV (at fisrt time) auto add a profile photo from FV capture (if he didn't upload any other photo yet)
@johnsmith-gooddollar
- [ ] check if get enrollment endpoint on facetec server returns base64 image
- [ ] add get enrollment data endpoint to the our server (+ unit tests)
@TomasGonzalez or @guodevguru After successfull FV:
- [ ] add method for this endpoint to the lib/api/API.js and to the faceVerificationAPI.js
- [ ] call this endpoint
- [ ] get base64 data
- [ ] call userStorage.setAvatar with this data
@sirpy Can this be done with Zoom?