GoodDAPP icon indicating copy to clipboard operation
GoodDAPP copied to clipboard

Auto add a profile photo from FV capture

Open LiavGut opened this issue 5 years ago • 1 comments

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

LiavGut avatar Feb 03 '20 11:02 LiavGut

@sirpy Can this be done with Zoom?

LiavGut avatar May 11 '20 13:05 LiavGut