Trying to understand authentication with laravel-echo #27771
What I want to solve I want to implement Laravel-Echo to my Nuxt3 Application. As Laravel is my backend, I am using Sanctum as auth provider. What my attempt looks like I am using nuxt-auth-sanctum, which works nice for my purpose (so far). This is the nuxt.conf.ts: // https://nuxt.com/docs/api/configuration/nuxt-config export default defineNuxtConfig({ modules: [ ‘@nuxt/content’, […]