nuxt-modules / supabase

Supabase module for Nuxt.
https://supabase.nuxtjs.org
MIT License
733 stars 129 forks source link

P #243

Closed stlbucket closed 1 year ago

stlbucket commented 1 year ago

"@supabase/supabase-js": "2.32.0" cli version 1.84.1

https://github.com/supabase/supabase/issues/16427

The recent changes mean that useSupabaseAuthClient is now replaced with useSupabaseClient

this module is currently on @supabase/supabase-js 2.31, so I am using pnpm overrides

I'm not sure if this is a problem with supabase or this nuxt module

stlbucket commented 1 year ago

https://github.com/stlbucket/vue-nuxt-supa-login-sanity-check

pretty sure this is now in my code somewhere. the above strips down to vue and nuxt separately bare-bones

closing this issue

stlbucket commented 1 year ago

https://supabase.nuxtjs.org/get-started#clientoptions

this was due to the new default setting for flowType here