parse-community / Parse-SDK-dotNET

Parse SDK for .NET, Xamarin, Unity.
http://parseplatform.org
Apache License 2.0
323 stars 260 forks source link

ParseUser.LinkWithAsync leaves current user in the wrong state in case of failure #315

Closed Velorth closed 3 years ago

Velorth commented 5 years ago

Step to reproduce:

  1. Link user A to some third party account (FB, for example)
  2. Try to link user B to the same third party account - LinkWithAsync fails with ParseException
  3. AuthData still has "facebook" key.

Is this an expected behavior or a bug? In the first case some documentation notes should be added.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.