An open API service indexing awesome lists of open source software.

https://github.com/felix-d/Django-Oauth-Toolkit-Python-Social-Auth-Integration

REST Framework + Django OAuth Toolkit + Python Social Auth integration
https://github.com/felix-d/Django-Oauth-Toolkit-Python-Social-Auth-Integration

Last synced: about 1 month ago
JSON representation

REST Framework + Django OAuth Toolkit + Python Social Auth integration

Awesome Lists containing this project

README

        

# Django-Oauth-Toolkit-Python-Social-Auth-Integration
REST Framework + Django OAuth Toolkit + Python Social Auth integration

*See [PhilipGarnero/django-rest-framework-social-oauth2](https://github.com/PhilipGarnero/django-rest-framework-social-oauth2) for a more complete solution.*

A solution for the common problem of making Django OAuth Toolkit working with Python Social Auth.

The trick is to register/sign in users from third parties access tokens and hooking up in the process to create your own access token and return it as JSON.

Feel free to create pull requests if you have a better solution!