Closed mtrezza closed 7 months ago
🎉 This change has been released in version 5.0.0-alpha.4
🎉 This change has been released in version 5.1.0-alpha.1
🎉 This change has been released in version 5.1.0-beta.1
🎉 This change has been released in version 5.1.0
New Issue Checklist
Issue Description
Parse.User.verifyPassword
does not pass request options to server. It filters out all but theuseMasterKey
option. This means options such ascontext
or other options have no effect.Actual Outcome
Removes all but the
useMasterKey
option.Expected Outcome
Send all options to server.
Environment
Server
7.0.0-alpha.10
Client
4.3.1-alpha.1