I updated Luke's fine @vueauth/supabase package to work with @supabase/supabase-js ^2.13.1.
# npm
npm install 'https://gitpkg.now.sh/NicolasReibnitz/vueauth/supabase?main'
# or yarn
yarn add 'https://gitpkg.now.sh/NicolasReibnitz/vueauth/supabase?main'
Import it just like the original package as @vueauth/supabase
.
Or even better, use the QuasarAuth app extension.
You will also need the fork of Luke's @vuemodel/supabase package for supabase v2.
You can find that here: NicolasReibnitz/vuemodel-supabase.
Nicolas