auth-ui icon indicating copy to clipboard operation
auth-ui copied to clipboard

Pre-built Auth UI for React

Results 41 auth-ui issues
Sort by recently updated
recently updated
newest added

# Bug report ## Describe the bug Any users of my app are confused with social auth provider named ‘Azure’. Please change the icon+button label to Microsoft. ## To Reproduce...

## What kind of change does this PR introduce? - feat(es.json): add Spanish localization for authentication and password reset flows ## What is the current behavior? Please link any relevant...

Hi, am wondering why this weird animation without css is happening on the /signin page as its not returning the auth without any css attached on the first page reload....

bug

When using the new linkedin_oidc provider, the button label says "Sign in with Linkedin_oidc" and is missing the icon. Seems to be an issue with both @supabase/ui and @supabase/auth-ui-react

bug

# Bug report I'm trying to set up password reset flow in my nextjs app with supabase and supabase auth ui. It's not working and I'm struggling to understand the...

bug

## What kind of change does this PR introduce? This introduces a feature where you can pass a callback `onViewChanged` to the `Auth` component for React. This callback gets executed,...

Follow recommendation of PR https://github.com/supabase/auth-js/pull/846

# Bug report - [x] I confirm this is a bug with Supabase, not with my own application. - [x] I confirm I have searched the [Docs](https://docs.supabase.com), GitHub [Discussions](https://github.com/supabase/supabase/discussions), and...

bug

Add SSR support for the Auth UI so it will render when using a server side rendering framework like NextJS. Currently if this component is used on a SSR page...

enhancement

## What kind of change does this PR introduce? feature ## What is the current behavior? Previously, it would behave as if the users just logged in. In my app...