social-auth-app-django
https://pypi.org/project/social-auth-app-django/
This is the Django component of the python-social-auth ecosystem, it implements the needed functionality to integrate social-auth-core in a Django based project.
Python Social Auth
https://github.com/python-social-auth/social-app-django
INSTALLED_APPSに"social_django"と書ける
設定 https://python-social-auth.readthedocs.io/en/latest/configuration/django.html
settings.pyのAUTHENTICATION_BACKENDS
Don’t miss django.contrib.auth.backends.ModelBackend if using django.contrib.auth application or users won’t be able to login by username / password method.
<a href="{% url 'social:begin' 'google-oauth2' %}">Login with Google</a>のように書けた
https://github.com/python-social-auth/social-app-django/blob/5.4.1/social_django/urls.py