supabase
supabase copied to clipboard
Supabase module for Nuxt.
I get this warn during the build process ` WARN Export "serverSupabaseClient" of module "node_modules/.pnpm/@[email protected]/node_modules/@nuxtjs/supabase/dist/runtime/server/services/serverSupabaseClient.mjs" was reexported through module "node_modules/.pnpm/@[email protected]/node_modules/@nuxtjs/supabase/dist/runtime/server/services/index.mjs" while both modules are dependencies of each other and will...
https://github.com/nuxt-modules/supabase/issues/114 I think that the release that removed useSupabaseAuthClient has reintroduced this bug https://github.com/stlbucket/nuxt-supabase-client-signout-bug That is a minimal reproduction of the issue.
## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [x] New feature (a non-breaking change which adds functionality) - [ ] Breaking...
### Is your feature request related to a problem? Please describe. Clerk is an Authentication as a Service and they provide libraries to delegate authentication, they also integrate well with...
Add warnings for missing redirect destination(s) ## Types of changes - [ ] Bug fix (a non-breaking change which fixes an issue) - [x] New feature (a non-breaking change which...
I'd like this issue to be used as a forum for discussing necessary or possible modifications after the release of `@supabase/ssr`, whose guide is [available here](https://supabase.com/docs/guides/auth/server-side/creating-a-client) Can/should changes be made...
I am using `@nuxtjs/supabase` and this package expects the `.env` file in the project root directory to define `SUPABASE_URL` and `SUPABASE_KEY`. However, since my project defines different environment variables for...
When working on Nuxt 3 + supabase project, I get this problem that supabase.auth.signInWithOAuth({ provider: 'github' }); works not every time like it should, instead it successfully sign in randomly...
I've ran into several situations now where a JWT will expire and will only refresh when I reload the page. I am using `useSupabaseAuthClient` for signing in, then using `useSupabaseClient`...
## Bun Runtime [Bun](https://bun.sh/) has finally released v1.0 and has provided a simple guide to [Build an app with Nuxt and Bun](https://bun.sh/guides/ecosystem/nuxt). To use the Bun runtime rather than the...