Laravel Sanctum SPA with Nuxt Client

Learn how to connect Laravel Sanctum SPA authentication with a frontend application using the Nuxt Auth Module. Also see how you can apply middleware in to protect authenticated and guests pages. Links: GitHub Repo: My Udemy Course: Nuxt Auth Module: Content: 02:56 Setup Laravel sanctum 08:48 Create API Authentication Routes 15:30 Create Nuxt App and setup Auth Module 31:50 Implement authentication in Nuxt 38:36 Implement authentication middleware in Nuxt
Back to Top