I'm building an application that needs login, I've already created the webservice in php using Slim.
I'm currently using a POST, passing a json with email and password to the webservice to return the corresponding user's json, but I believe that is not the best way.
If you can suggest me a better way using these technologies.
Thank you.