You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MainIndexService makes some assumptions that don't make sense from the clients perspective, those should be checked and fixed.
For example:
Removing the identity is only possible with an email or phonenumber that is neither null nor blank. So I can't delete a previously uploaded identity when I previously deleted those fields ... but a user that no longer wants to be found would probably do exactly that and thus, could never delete his identity using the MainIndexService.
The scenarios get much worse if the identity gets deleted and re-imported...
The text was updated successfully, but these errors were encountered:
Yeah, it would be easier if we just allowed to say "remove everything you have on this identity", without being required to specify exactly what. (This is server side.)
The MainIndexService makes some assumptions that don't make sense from the clients perspective, those should be checked and fixed.
For example:
Removing the identity is only possible with an email or phonenumber that is neither null nor blank. So I can't delete a previously uploaded identity when I previously deleted those fields ... but a user that no longer wants to be found would probably do exactly that and thus, could never delete his identity using the MainIndexService.
The scenarios get much worse if the identity gets deleted and re-imported...
The text was updated successfully, but these errors were encountered: