Skip to content

omjigupta/django-social-authentication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-social-authentication (github login)

A Django Social Authentication via django-allauth

Features

First-time setup

  1. Make sure Python 3.6x and Pipenv are already installed. See here for help.

  2. Clone the repo and configure the virtual environment:

$ git clone https://github.com/omjigupta/django-social-authentication.git
$ cd django-social-authentication
$ pipenv install
$ pipenv shell
  1. Set up the initial migration for our custom user models in users and build the database.
(django-social-authentication) $ python manage.py makemigrations users
(django-social-authentication) $ python manage.py migrate
(django-social-authentication) $ python manage.py createsuperuser
(django-social-authentication) $ python manage.py runserver
  1. Set up Social application in admin section
  1. Endpoints

Login to github

About

Django Social Authentication - allauth

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published