supabase-community / auth-ui

Pre-built Auth UI for React
https://supabase.com/docs/guides/auth/auth-helpers/auth-ui
MIT License
486 stars 120 forks source link

Feature: Add SocialAuth to Magic Link view #121

Closed corasan closed 1 year ago

corasan commented 1 year ago

What kind of change does this PR introduce?

Feature: SocialAuth to magic_link view

What is the current behavior?

Currently, you can only see the social auth providers when the view is sign_in

What is the new behavior?

When the view is magic_link the auth providers will be visible as well

Additional context

image

silentworks commented 1 year ago

These are two independent component and can be used standalone or you can import both of them into your own single component and use them. We wouldn't bundle them in the scenario you have proposed.

corasan commented 1 year ago

@silentworks cool! I will do just that then. WilL close the PR 👍🏽

Thank you!

wayneschuller commented 1 year ago

What if we want social providers, magic link section, and NOT the classic email/password section?