We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
authData.anonymous
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
At least the JS SDK and the IOS SDK clear anonymous auth data when a user registers.
Here's the js unit test: https://github.com/parse-community/Parse-SDK-JS/blob/master/src/__tests__/ParseUser-test.js#L675
The php sdk does not do this.
The text was updated successfully, but these errors were encountered:
fyi, the fix #417 mimics the logic in JS SDK https://github.com/parse-community/Parse-SDK-JS/blob/db59b63bcc37abf914a8b4fb261354e8aa6cdcc4/src/ParseUser.js#L285
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
At least the JS SDK and the IOS SDK clear anonymous auth data when a user registers.
Here's the js unit test: https://github.com/parse-community/Parse-SDK-JS/blob/master/src/__tests__/ParseUser-test.js#L675
The php sdk does not do this.
The text was updated successfully, but these errors were encountered: