Authentication between a Flutter App and Laravel API using Socialite and Sanctum
High Level Overview The goal is to develop a flutter app that can make CRUD requests via a Laravel web API. These operations should only be allowed to authorized users via tokens. This tutorial assumes you are already familiar with the basics of both laravel and flutter and won’t go in-depth into their basics. Setting Read more about Authentication between a Flutter App and Laravel API using Socialite and Sanctum[…]