supabase-community / auth-ui

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

Support phone verification #34

Open thorwebdev opened 1 year ago

thorwebdev commented 1 year ago

Original request: https://github.com/supabase/auth-helpers/issues/58

Relatively similar to the email and magic link workflows, Supabase supports phone auth.

image

I'd love to see Supabase auth add support for this as it builds out more providers!

Thanks so much for all your work. Truly one of the easiest auth integrations I've ever done.

MildTomato commented 1 year ago

I'm guessing we should add some sort of OTP input. Usually they hare seperated number inputs, but the length can vary depending on gotrue config, so I guess just a simple number input would be sufficient

thisisisheanesu commented 1 year ago

Are you looking for contributors here?

thorwebdev commented 1 year ago

@thisisisheanesu always 💚

robinjhuang commented 1 year ago

Also would love to see this supported!

rameez-s commented 10 months ago

Just pushed a PR to enable Sending the OTP in Verify OTP view to enable the full flow!