Parse-SDK-JS icon indicating copy to clipboard operation
Parse-SDK-JS copied to clipboard

`Parse.User.verifyPassword` does not pass request options to server

Open mtrezza opened this issue 1 year ago • 1 comments

New Issue Checklist

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

mtrezza avatar Jan 17 '24 17:01 mtrezza

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

parseplatformorg avatar Mar 23 '24 03:03 parseplatformorg

🎉 This change has been released in version 5.1.0-alpha.1

parseplatformorg avatar Mar 31 '24 17:03 parseplatformorg