-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
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
Fixes #1568 #1574
Fixes #1568 #1574
Conversation
Current coverage is
|
@@ -112,13 +112,14 @@ DatabaseController.prototype.untransformObject = function( | |||
return object; | |||
} | |||
|
|||
delete object.authData; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Dont we want to do the same to the sessionToken? May need to check against Parse.com?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought the whole reason for the change in the first place was to strip out legacy session tokens where they still exist in the DB?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Uhm... Right
No description provided.