lavdrimb
Need help with Nuxt 3 auth custom strategies ?
Hi guys,
I need some help with migration from Nuxt 2 to Nuxt 3 actually I m blocked at auth.
In Nuxt 2 I was using
strategies: {
custom: {
_scheme: "~/classes/authScheme.ts",
},
},
"@nuxtjs/axios",
"@nuxtjs/auth",
so now i m using @sidebase/nuxt-auth but I cant use custom scheme I m new in Nuxt can someone help me?
1 replies