Tag: sanctum
4 articles
- Vue 3 SPA Authentication with Sanctum
How to set up full authentication in a Vue 3 SPA using Laravel Sanctum, Pinia, and the Composition API.
- Laravel 11 API Authentication with Sanctum and Fortify
How to set up full authentication using Laravel Sanctum and Fortify including CORS, email verification, and password resets.
- Setting Up Laravel 11 with Sanctum and Fortify
How to set up Laravel 11 with Sanctum and Fortify for use as a headless API that your Vue SPA can consume.
- Building a Laravel API with Vue SPA: Introduction
A step by step guide on how to build a Laravel 11 API with a Vue 3 SPA to consume its data using Sanctum and Fortify.