Full Changelog, Documentation
New features
- Add ParseUser.loginAs(objectId: String) method to allow impersonating a user. This method requires the server primaryKey and is intended to run server-side (#79), thanks to @cbaker6.
Fixes
- Fix ParseUser.become(), ParseUser.linkCommand, and other calls that depend on a specific endpoint for specialized ParseObjects such as ParseUser, ParseInstallation, ParseRole, etc. (#80), thanks to @cbaker6.