SukiCZ / tmp_django

Temporary Django project to demonstrate some of it functionality

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Temp Django

Project to demonstrate some Django features

Currently only demonstrates GitHub OAuth with drf-social-oauth2

Setup

pip install -r requirements.txt

Run

  • Go to http://localhost:8000/auth/login/github/
  • Copy code from /auth/complete/github endpoint
curl -X POST -d "grant_type=convert_token&client_id=<client_id>&client_secret=<client_secret>&backend=github&token=<code>" http://localhost:8000/auth/convert-token

About

Temporary Django project to demonstrate some of it functionality


Languages

Language:Python 100.0%