Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- 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