Skip to content

5.3.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 16 Mar 01:01
· 88 commits to main since this release
6e81c2f

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.