In this series, we will add Laravel Fortify features to the SPA that uses Laravel Sanctum for authentication without using Laravel Jetstream. Laravel Fortify is a headless authentication system for Laravel. It does not care what front-end you choose, instead, it gives you the flexibility to use whatever front-end you want. You are able to specify which views to render for specific actions, but what about SPA or API? SPAs don't have blade views, it has client-side routing. It may seem a difficult task at first but Laravel Fortify makes this very easy & that is what we cover in this series. We'll be authenticating SPA using Laravel Fortify without Laravel Jetstream. We will also use LaraveL Sanctum to authenticate the SPA.
Note that this video uses the same demo project that was created & covered in the previous video with Laravel Sanctum, if you don't know how to authenticate your SPA with Laravel Sanctum I suggest you watch that video first: https://youtu.be/uPKd3q-iaVs
Note that this video uses the same demo project that was created & covered in the previous video with Laravel Sanctum, if you don't know how to authenticate your SPA with Laravel Sanctum I suggest you watch that video first: https://youtu.be/uPKd3q-iaVs
- Category
- Program With Gio
- Tags
- laravel, laravel sanctum, laravel fortify

Be the first to comment