supabase
supabase copied to clipboard
Supabase module for Nuxt.
### Version "@nuxtjs/supabase": "^0.3.1", "nuxt": "^3.2.2" ### Steps to reproduce - Start a new Nuxt 3 project. - Install supabase module and add it to nuxt.config.ts modules array. - In...
What's the best approach to handle both localhost and PROD environments when using OAuth? PROD currently redirects to localhost after authentication when following the supabase docs (https://supabase.com/docs/guides/auth/concepts/redirect-urls). In Supabase, the...
can u show me how to deploy it netlify i did deploy two it on render.com and vercel and all is working perfectly . but when i deploy on netlify...
Not sure if this is a bug. I have password reset form. 1. User enters his email 2. receives the verification link via email 3. form where he can reset...
### Version @nuxtjs/supabase: 1.0.2 nuxt: 3.0.0 ### Reproduction Link https://github.com/robertpatrick/mastering-nuxt-3 ### Steps to reproduce 1. `git clone [email protected]:robertpatrick/mastering-nuxt-3.git` 2. `cd mastering-nuxt-3` 3. `npm i` 4. Create `.env` file with `SUPABASE_URL`...
### Version @nuxtjs/supabase: nuxt: ### Reproduction Link ### Steps to reproduce ### What is Expected? ### What is actually happening? [nuxt] A composable that requires access to the Nuxt instance...
### Version @nuxtjs/supabase: 1.1.2 nuxt: 3.7.0 ### Steps to reproduce Add a ?code= parameter to any URL while logged in ### What is actually happening? A POST request is sent...
Is there a way to dynamically set anon key and url? I am loading the keys from tauri backend, but set up a different instance of supabaseClient via a composables...
### Version ------------------------------ - Operating System: Linux - Node Version: v18.17.1 - Nuxt Version: 3.7.0 - CLI Version: 3.7.3 - Nitro Version: 2.6.2 - Package Manager: [email protected] - Builder: -...
### Version @nuxtjs/supabase: 1.1.2 nuxt: 3.7.2 ### Steps to reproduce Add this code in `nuxt.config.ts`: ```ts supabase: { redirectOptions: { login: 'auth/login', callback: 'auth/confirm', }, } ``` ### What is...