Django Social Login For Facebook Twitter GitHub
Tutorial Link - https://studygyaan.com/django/how-to-add-social-login-to-django
In this tutorial, we will learn how to implement Facebook, Twitter and GitHub authentication using the social-auth-app-django library in Django. Python social-auth-app-django is easy to set up social authentication/registration mechanism with support for several frameworks and auth providers. You can create social login using social-auth-app-django for Facebook, Twitter, GitHub, Google, Tumblr, etcs. Here is List.
- Create a folder and put all the files inside it.
- Create a virtual environtment -
virtualenv env
- Activate VirtualENV -
source env/bin/activate
- Run requirements.txt -
pip install -r requirements.txt
- Run the Application -
python manage.py runserver
- Go to - http://localhost:8000/