You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _includes/rest/users.md
+12-9
Original file line number
Diff line number
Diff line change
@@ -60,28 +60,31 @@ The response body is a JSON object containing the `objectId`, the `createdAt` ti
60
60
61
61
## Logging In
62
62
63
-
After you allow users to sign up, you need to let them log in to their account with a username and password in the future. To do this, send a GET request to the <codeclass="highlighter-rouge"><spanclass="custom-parse-server-mount">/parse/</span>login</code> endpoint with `username` and `password` as URL-encoded parameters:
63
+
After you allow users to sign up, you need to let them log in to their account with a username and password in the future. To do this, send a POST request to the <codeclass="highlighter-rouge"><spanclass="custom-parse-server-mount">/parse/</span>login</code> endpoint with `username` and `password` as parameters in the body:
0 commit comments