Friday, January 20, 2017

[help] Django allauth - registration using facebook/google , otp varification

Hello everyone,
I am new to django.
i want to use social authentication in my app. i am using 
python - 3.6.0
django - 1.10.5
django allauth - latest

i want custom registration using providers facebook and google.
the scenario is
user visits registration page.
provided the links - register using facebook , register using google.
depending on choice get user data.
provide extra layer i.e get user mobile and send otp.
match otp then register successfully.

Yet i have done.
installed and configured django allauth.
able to login through providers facebook and google.

So i need help with how can i customize the flow so i can send otp and varify.

Thanks 

--
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 django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/991cd035-f343-4d81-899f-ed6c0634cdf1%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment