__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.