parse-community / docs

Parse Platform docs
https://docs.parseplatform.org
Other
313 stars 518 forks source link

📙 Login API request methode is GET and should be POST #857

Closed Xevro closed 2 years ago

Xevro commented 2 years ago

Link to section: https://docs.parseplatform.org/rest/guide/#logging-in

What is the issue? The login API request in the REST API is using a GET method, the username and password are visible inside the url.

Can you propose a solution? The login request method has to be POST in order to send the credentials in the body which, is more secure.