OneAll (http://www.oneall.com) provides web-applications with a unified API for 30+ social networks.
django-oneall is a Django app providing allowing user authentication and management through OneAll
Requirements:
This package provides user authentication capabilities based on django.contrib.auth
. It provides the following
components:
- Authentication Backend
- An identity model which stores a cached copy of the user's identity
- A callback view for the authentication process
Installation:
pip install django_oneall
See the full documentation for configuration.
Copyright (c) 2013-2017, Leandigo (www.leandigo.com) and Ekevoo.
Released under the MIT License. See the LICENSE file for details.