Files
kami-parse-server/src
yuzeh 1b8e613dfb Clean authData of null values on _User update
Adds a step to the RestWrite#execute chain: it cleans the response
authData object of null values.

For example, this:

{"authData": {"anonymous": null}, "updatedAt", ...}

will be transformed to this:

{"updatedAt", ...}

And this:

{"authData": {"anonymous": null, "twitter": ...}, "updatedAt", ...}

will be transformed to this:

{"authData": {"twitter": ...}, "updatedAt", ...}

Fixing this issue will fix anonymous user upgrades from the Android SDK.
2016-03-29 14:42:37 -07:00
..
2016-03-28 20:16:58 -04:00
2016-03-28 20:16:58 -04:00
2016-03-28 20:16:58 -04:00
2016-03-19 13:27:37 -04:00
2016-02-09 10:23:55 +01:00
2016-03-18 12:32:31 -07:00
2016-03-28 20:16:58 -04:00
2016-03-28 20:16:58 -04:00
2016-03-28 20:16:58 -04:00
2016-02-09 10:23:55 +01:00
2016-03-28 20:16:58 -04:00
2016-03-18 12:32:31 -07:00
2016-03-18 12:32:31 -07:00
2016-03-28 20:16:58 -04:00