auth-ui
auth-ui copied to clipboard
Pre-built Auth UI for React
# Chore Update `@supabase/auth-ui-react` to have `react` and `react-dom` as peer dependencies. I'm currently using `react@next` as dependency for my project. Installing `@supabase/auth-ui-react` ends up also including `[email protected]`. Here's the...
# Bug report ## Describe the bug `Auth` component returns nothing in Deno. I'm unsure whether this is an issue with Deno, this package, or ESM. ## To Reproduce Steps...
# Bug report ## Describe the bug When `onAuthStateChange` is called from the `UserContext` provider for the `TOKEN_REFRESHED` event the new `session` does not contain a `provider_token`. This means the...
Seems like the 'redirectTo' is used to fill the redirect url for both email magic link and Google auth (or any other auth for that matter) which seems like a...
## What kind of change does this PR introduce? - Update the requirements to use the latest pnpm. - Ability to pass "additionalData" to the ``. - Implement the logic...
# Improve documentation ## Link Add a link to the page which needs improvement (if relevant) ## Describe the problem No example on using more than one provider scope so...
## What kind of change does this PR introduce? It fixes this issue #265 ## What is the current behavior? Currently, the Login with Slack is not displaying logo and...
# Bug report ## Describe the bug I have setup Slack_OIDC Provider as the default Slack provider is deprecated and I couldn't create it in Supabase. But in the Auth...
# Bug report ## Describe the bug I recently updated to React 18.3.2 and the Auth component completely crashed 100%. It seems like it's doing something behind the scenes w/...
## Bug Report: TypeError: Cannot read properties of null (reading 'useState') with @supabase/auth-ui-react **Describe the bug:** When using the `@supabase/auth-ui-react` library in a Next.js 15.2.3 application, I encounter a `TypeError:...