In this video, You will learn how to add Social authentication in your Django web application. We will use 'social-auth-app-django' library which is easy to set up and can be used for various social logins.
We will implement social login with Google in #Django application by using #social-auth-app-django which seems to be the best alternative to the deprecated library python social auth.