Hi, You can use Google's Firebase to authenticate your users on the client side. However, they don't have SDKs for Python, so if you wish to integrate the OTP service with a Django project, you'll have to rely on APIs/AJAX.
On Mon, Mar 11, 2024 at 10:21 AM [email protected] < [email protected]> wrote: > Hello Vitaly, > > Thank you for your email but my requirement is to send OTP to registered > phone numbers. > > Best Regards, > ~Ram > > > On Friday, March 8, 2024 at 7:41:13 AM UTC-7 Vitaly Bogomolov wrote: > >> Hi >> >> >> Our use case: >> We need to generate OTP code to users upon signup in our application. >> >> >> You can take a look at my solution to this task for Django: >> >> https://github.com/vb64/django.admin.auth.emailpin >> >> -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/74f1f5e0-b549-4808-a16b-1847a6f8ffb0n%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/74f1f5e0-b549-4808-a16b-1847a6f8ffb0n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- *Raghav Bajaj* *Cell: +91 7420889933* -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Bd77nwkaQX19uZZPaieynZbS9%2BOpp%3DLXg2qFKL4g1O2piVOcg%40mail.gmail.com.

