supabase
supabase copied to clipboard
Supabase module for Nuxt.
Hello, I'm currently trying to implement a captcha into my Nuxt 3 project for the signin and signup. I've set both the `SUPABASE_KEY` and `SUPABASE_SERVICE_KEY` in my `.env`. When I...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxt/kit](https://nuxt.com/docs/api/kit) ([source](https://togithub.com/nuxt/nuxt/tree/HEAD/packages/kit)) | [`^3.11.2` -> `^3.12.3`](https://renovatebot.com/diffs/npm/@nuxt%2fkit/3.11.2/3.12.3) |...
When I try to sign in with auth providers like Google or Apple, `useSupabaseUser()` returns `false` during SSR. But: 1. It returns the user object after hydration on the client...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.57.0` -> `^9.6.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.6.0) |...
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@nuxthq/studio](https://nuxt.studio) ([source](https://togithub.com/nuxtlabs/studio-module)) | [`^1.0.12` -> `^2.0.3`](https://renovatebot.com/diffs/npm/@nuxthq%2fstudio/1.0.12/2.0.3) |...
The examples show doing things like the following: ``` import { serverSupabaseServiceRole } from '#supabase/server' ``` But the eslint import plugin doesn't like that ``` Unable to resolve path to...
Started using `@supabase/ssr` to create clients, simplifying cookie handling. https://supabase.com/docs/guides/auth/server-side/creating-a-client ## Types of changes - [x] Bug fix (a non-breaking change which fixes an issue) - [ ] New feature...
### Is your feature request related to a problem? Please describe. I'm in the progress of setting up an MFA process to my app. Obviously after setup, the MFA should...
From various sources it seems that the correct way to connect to supabase when using third party auth solutions such as Stytch or Clerk is to provide a jwt token...