We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815f869 commit 652b278Copy full SHA for 652b278
CHANGELOG.md
@@ -7,7 +7,7 @@
7
[Full Changelog](https://github.com/parse-community/Parse-SDK-JS/compare/2.19.0...3.0.0)
8
9
**Breaking Changes**
10
-For security purposes, logIn will default to `POST` instead of `GET` method.
+For security purposes, logIn will default to `POST` instead of `GET` method. ([#1284](https://github.com/parse-community/Parse-SDK-JS/pull/1284))
11
If you need to use `GET` set the `usePost` option to false.
12
`Parse.User.logIn('username', 'password', { usePost: false })`
13
0 commit comments