-
-
Notifications
You must be signed in to change notification settings - Fork 598
Closed
Labels
state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed
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
Metadata
Metadata
Assignees
Labels
state:releasedReleased as stable versionReleased as stable versionstate:released-alphaReleased as alpha versionReleased as alpha versionstate:released-betaReleased as beta versionReleased as beta versiontype:bugImpaired feature or lacking behavior that is likely assumedImpaired feature or lacking behavior that is likely assumed