Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 901 Bytes

File metadata and controls

14 lines (11 loc) · 901 Bytes

How-to-Add-Social-Login-to-Django

Django Social Login For Facebook Twitter GitHub

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.

Setup

  1. Create a folder and put all the files inside it.
  2. Create a virtual environtment - virtualenv env
  3. Activate VirtualENV - source env/bin/activate
  4. Run requirements.txt - pip install -r requirements.txt
  5. Run the Application - python manage.py runserver
  6. Go to - http://localhost:8000/