/vueauth

Monorepo for Vue Auth, and officially supported implementations

Primary LanguageTypeScript

About this fork

NicolasReibnitz/vueauth

I updated Luke's fine @vueauth/supabase package to work with @supabase/supabase-js ^2.13.1.

Installation

# 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.

Important

You will also need the fork of Luke's @vuemodel/supabase package for supabase v2.

You can find that here: NicolasReibnitz/vuemodel-supabase.

Cheers!

Nicolas