auth-ui-vue
auth-ui-vue copied to clipboard
🔒 Pre-built Auth UI base on Supabase for Vue
If i set the theme prop, it will throw Hydration completed but contains mismatches.
What am I doing wrong that it seems to take a very long time for the CSS to load? I see the fields and text, but the default formatting seems...
Is there a change to redirect everything to locahost for development? Best regards, Benedikt
### Issue: The current setup only allows the Azure name and logo on OAuth buttons. It would be useful to have an option to select either the Azure logo or...
I want to show an alert on Sign up button click, i don't see any event emitter
store/auth.ts ```ts import { createClient } from '@supabase/supabase-js' export const authStore = defineStore({ id: 'main', state: () => ({ supabaseClient: null, }), actions: { initialiseSupabase() { const supabaseUrl = process.env.SUPABASE_URL...
I want to propose the addition of these two features inside the `UPDATE_PASSWORD` component: - **Confirm Password Input:** Add a second password input to reduce authentication issues due to password...
In some workflow we get the user email before the login page (in a checkout page), how to feed the email value in the `` component ?
I want to disbale to show the login on the start page. How to do this? best regards.