nuxt-module-alternatives
nuxt-module-alternatives copied to clipboard
Alternative modules to use while waiting for Nuxt 3 Compatibility
Hello everyone ! I'm seeking for some help about an issue i'm encountering on my freshly created project based on these alternatives modules. I successfully managed to get a working...
Hello everybody, My Sanctum Auth is working, but I mentioned something strange. If I got a protected route - e.g. "/dashboard", which contains a component, which does something like this:...
Heyyy, i need help please, `loggedIn` stay in `false` nuxt.config.ts: ```ts import { defineNuxtConfig } from "nuxt"; export default defineNuxtConfig({ modules: [ "@nuxtjs-alt/auth", "@nuxtjs-alt/http", "@pinia/nuxt", ], auth: { strategies: {...
### Environment `- Operating System: Darwin` - Node Version: `v16.12.0` - Nuxt Version: `3.0.0` - Nitro Version: `1.0.0` - Package Manager: `[email protected]` - Builder: `vite` - User Config: `modules`, `css`,...