Have you tried Django Two-Factor authentication <https://django-two-factor-auth.readthedocs.io/en/stable/>?
On Sat, 9 May 2020 at 22:10, Utkarsh Gupta <[email protected]> wrote: > I am doing a project in which I have to create a login app which only > logins with EMAIL ID. There is permission given to certain email ids and > only those email ids could login. After the login the user will be provided > with an OTP on the required email for authentication. So, know how to go > about it? > I am fairly new to Django and would love any kind of help? > > -- > 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/71f24c21-cf54-46ff-b40e-525e6f46cc5e%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/71f24c21-cf54-46ff-b40e-525e6f46cc5e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- 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/CAFbbBpYHsWdHeK4EKDOmY0fPByq9v8XPZsCmojckiyQiZvvfEw%40mail.gmail.com.

