You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow custom objectIds (#100), thanks to @cbaker6.
Add ParseTwitter and ParseFacebook authentication (#97), thanks to @abs8090.
Add build support for Android (#90), thanks to @jt9897253.
Fixes
There was another bug after a user first logs in anonymously and then becomes a real user. The authData sent to the server wasn't stripped, keep the user anonymous instead of making them a real user (#100), thanks to @cbaker6.