GoodDollar/GoodServer

user index by address/mobile/email should be done on user profiles database

Opened this issue · 3 comments

sirpy commented
  • depracate server gundb user indexes related code
  • when user signs up/edit his email/mobile backend sends a signed message with user wallet address + mobile/email hash
  • on client user updates his profile record with
  • on client user signs walletAddress proof
  • on client other users verify walletAddress proof
{
 indexes: {
 email: {
  value: string//hash of email
  proof: string //signed message from backend
}
}
}

@sirpy please actualize this task. would you finish it near time, re-assign to us or we could put it to the backlog ?

sirpy commented

@sirpy @patpedrosa Does it still relevant or could be closed / moved to the IceBox ?