Skip to content

An OAuth2 demo introduces how to setup OAuth client with Python Django.

License

Notifications You must be signed in to change notification settings

songrgg/oauth-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OAuth Demo

An OAuth2 demo introduces how to setup OAuth client with Django.

Quick Start

  1. Create virtual environment
  2. Install requirements
pip install -r requirements.txt
  1. Run the server
python manage.py migrate
python manage.py runserver

Behind the scene

The OAuth2 configuration is located at settings.py

The default session backend is sqlite3.

For more details of the workflow, please check https://songrgg.github.io/programming/django-oauth-client-setup

About

An OAuth2 demo introduces how to setup OAuth client with Python Django.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages