Files
kami-parse-server/spec
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-17 00:04:52 -04:00
2016-02-09 10:23:55 +01:00
2016-02-24 19:17:50 -05:00
2016-03-18 12:32:31 -07:00
2016-03-18 12:32:31 -07:00
2016-03-24 14:42:45 -07:00
2016-03-02 09:15:44 -05:00
2016-02-29 18:55:14 -05:00
2016-02-17 08:06:30 -05:00
2016-03-13 18:15:15 -04:00
2016-03-17 00:04:52 -04:00
2016-03-18 12:32:31 -07:00
2016-03-07 22:47:18 -08:00
2016-02-25 08:10:07 -05:00
2016-03-18 12:32:31 -07:00
2016-03-18 12:32:31 -07:00
2016-03-18 12:32:31 -07:00
2016-03-18 12:32:31 -07:00
2016-03-01 17:11:23 -05:00
2016-02-19 14:07:12 -05:00
2016-03-24 19:48:41 -07:00
2016-03-18 12:32:31 -07:00
2016-03-22 21:17:53 -04:00
2016-03-18 12:32:31 -07:00
2016-03-18 12:32:31 -07:00
2016-02-09 10:23:55 +01:00