-
-
Notifications
You must be signed in to change notification settings - Fork 596
feat: Add Parse.User.loginAs
#1875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks for opening this pull request!
|
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## alpha #1875 +/- ##
=======================================
Coverage 99.88% 99.88%
=======================================
Files 61 61
Lines 6117 6131 +14
Branches 1485 1487 +2
=======================================
+ Hits 6110 6124 +14
Misses 7 7
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
# [4.1.0-alpha.4](4.1.0-alpha.3...4.1.0-alpha.4) (2023-04-28) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc))
🎉 This change has been released in version 4.1.0-alpha.4 |
# [4.2.0-beta.1](4.1.0...4.2.0-beta.1) (2023-05-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0-beta.1 |
# [4.2.0-alpha.1](4.1.0...4.2.0-alpha.1) (2023-05-01) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0-alpha.1 |
# [4.2.0](4.1.0...4.2.0) (2023-09-15) ### Bug Fixes * `Parse.File.cancel` starts new attempt to save file ([#1781](#1781)) ([b755e42](b755e42)) ### Features * Add `Parse.User.loginAs` ([#1875](#1875)) ([381fcfc](381fcfc)) * Add `ParseQuery.watch` to trigger LiveQuery only on update of specific fields ([#1839](#1839)) ([7479343](7479343))
🎉 This change has been released in version 4.2.0 |
Pull Request
Issue
Later versions of Parse Server parse-community/parse-server#7406. Given a userId and the master key, one can become logged in as the user associated to the userId provided. This PR adds the PHP Parse SDK method to call the Parse Server endpoint.