For the time being, avoid hashing of password using hashText
The API is now located at. http://brime.ml/ . Update the URL in the app.
Here are the routes implemented in the API till now.
'user/login' => ['Users#login', 'post']
This means that a post request is sent to url brime.ml/user/login which calls the function login in Application/Controllers/UsersController
EMAIL
toUSERNAME
.hashText
The code for the API can is located at https://github.com/BrimeNotes/core