Open 9mido opened 4 years ago
@renjithsraj
I have further details of this issue here:
https://github.com/Bouke/django-two-factor-auth/issues/357
https://github.com/pennersr/django-allauth/issues/2547
If you need further clarification or need to to make a video showing you this, please let me know.
@9mido Long after the fact, but if you're using django-allauth
it might be easier to use this package https://github.com/valohai/django-allauth-2fa/, since it's built for compatibility with allauth
No worries thanks for the response. I was able to figure it out with django-otp for admin logins and yes you could use the 2fa package for others.
Thank you for your youtube video and code you have created here.
It works great for admin logins but how do you use it also with django-allauth and django-allauth-2fa for regular users just to login to your website?