In this Django tutorial, I'm gonna be showing you how to implement Social Authentication in Django which will give your users the power of signing in or signing up with multiple social accounts without letting them creating a new account in your website. We will be dealing with multiple providers like Facebook, Google and GitHub. Single Sign-on (SSO) is a very powerful feature in web applications. In general, there will be : . Sign in with Google / Sign up with Google . Sign in with Facebook / Sign up with Facebook . Sign in with GitHub / Sign up with GitHub We will show you everything from scratch; registering your application in Providers like Facebook, Google and GitHub; configuring django part of connecting social providers and then register the app in the Django Admin Panel. Apart from that, we will be explaining each and every step as we move forward with the code. We will be using OAuth2 implementation for all the providers. We will see things like Client ID, Client Secret, Access
Hide player controls
Hide resume playing