0
I am developing a news application in Laravel 5 for a client, but it already has a system in operation, and wants me to use the existing database so that system users can log in to the news app and developed a json API that returns me
string(74) "{"Status":1,"Usuario":"John Doe Smith","Mensagem":"Login liberado!"}"
or
string(75) "{"Status":0,"Usuario":" John Doe Smith ","Mensagem":"Senha incorreta!"}"
how can I log in with AUTH from these two API responses ?