Parse-SDK-JS
Parse-SDK-JS copied to clipboard
`Parse.User.verifyPassword` does not pass request options to server
New Issue Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am not just asking a question.
- [x] I have searched through existing issues.
- [x] I can reproduce the issue with the latest versions of Parse Server and the Parse JS SDK.
Issue Description
Parse.User.verifyPassword does not pass request options to server. It filters out all but the useMasterKey option. This means options such as context or other options have no effect.
Actual Outcome
Removes all but the useMasterKey option.
Expected Outcome
Send all options to server.
Environment
Server
- Parse Server version:
7.0.0-alpha.10
Client
- Parse JS SDK version:
4.3.1-alpha.1
Thanks for opening this issue!
- 🚀 You can help us to fix this issue faster by opening a pull request with a failing test. See our Contribution Guide for how to make a pull request, or read our New Contributor's Guide if this is your first time contributing.
🎉 This change has been released in version 5.0.0-alpha.4
🎉 This change has been released in version 5.1.0-alpha.1