How to authenticate Mobile App using Laravel Sanctum & Laravel Fortify

5 Views
Published
Authenticating mobile apps can be tricky because you can't use the session based authentication that Laravel Sanctum offers. Instead, we need to use a token based authentication which is also offered by Laravel Sanctum. In this video, we authenticate a react native mobile app using the existing Laravel Fortify API's backend that we used to authenticate the SPA in this series with few modifications. This allows us to keep all of fortify's features & have the ability to authenticate both mobile apps & SPAs.

Category
Program With Gio
Tags
laravel, laravel sanctum, laravel fortify
Be the first to comment