I want to allow third party apps to access user data from my laravel application. But I am bit confuse how this process actually work.
I have installed laravel passport and its working fine. So what I am trying to do is: 3rd party app which has a unique client_id and secret can access any user data if user authenticate using his username and password.
I have used passport for user authentication for mobile devices. But accessing other user data, I am not sure if its possible with passport or not.
via Nomi