Could you please help me because I can not understand how to proceed with the following task. I am building a web app and I have to log in the users in the system via REST API, but I don't know how to proceed.
I am using the basic authentication methods that Laravel offers (php artisan make:auth).
Can you please tell me how and where to implement the logic to log in the users in the system from the REST API?
via havanalocaa