Signup flow + switch to serverSupabaseUser in context (fixes token refresh issue)+ lib upgrades for nuxt/supabase and nuxt/trpc

This commit is contained in:
Michael Dausmann
2023-04-01 16:53:47 +11:00
parent f08f02851e
commit 5b2fe2f6c9
13 changed files with 604 additions and 407 deletions

View File

@@ -8,7 +8,7 @@
"postinstall": "nuxt prepare"
},
"devDependencies": {
"@nuxtjs/supabase": "^0.3.0",
"@nuxtjs/supabase": "^0.3.1",
"@prisma/client": "^4.9.0",
"nuxt": "^3.1.1",
"prisma": "^4.9.0"
@@ -20,7 +20,7 @@
"pinia": "^2.0.30",
"stripe": "^11.12.0",
"superjson": "^1.12.2",
"trpc-nuxt": "^0.5.0",
"trpc-nuxt": "^0.8.0",
"zod": "^3.20.2"
},
"overrides": {