I have an API URL http://google.com/api
And I wanted to take user input username and password then post to API URL in body. I receive response true if username and password both are correct else false.
Now how to use apply with laravel auth so that whenever i get response true, user able to login to the laravel application and save the username & password for further use in the application