Closed
Description
Version
@nuxtjs/supabase: 1.4.2
nuxt: 3.14.159
Steps to reproduce
nuxt.config.ts
supabase: {
url: process.env.SUPABASE_URL,
key: process.env.SUPABASE_ANON_KEY,
cookieName: 'mycookiename',
redirect: false,
clientOptions: {
auth: {
flowType: 'implicit',
},
},
},
What is Expected?
The application should use the supabase auth implicit flowType
What is actually happening?
The application uses the supabase auth PKCE flowType
can be checked by outputting
useNuxtApp().$supabase