You can use django social auth. https://python-social-auth-docs.readthedocs.io/en/latest/configuration/django.html
If you just want to learn. Look up Oauth2 and then use developer documentation to implement login with django. On Tue, 5 Mar, 2019, 22:49 Sandip Nath, <[email protected]> wrote: > i want users to my site to log log in with facebook, twitter, google. > While the development server supports only http fb/twitter/google expects > https. What to do? > > -- > 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 post to this group, send email to [email protected]. > 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/53f8baf2-04d4-4be9-9ce0-e9a98d5d9657%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/53f8baf2-04d4-4be9-9ce0-e9a98d5d9657%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 post to this group, send email to [email protected]. 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/CAMMZq8OopomttBcwyWYjL%2Box6CnLACT-fHqa1ETeZxo5iWt3EA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

