Log-in users in flutter through social accounts with laravel-socialite backend
I am working on a flutter application, and I want to implement social login (Google and Facebook). My API is implemented with Laravel and uses Laravel-socialite to authenticate users, there is the backend, web frontend (using VueJs) and now I…