Macodom / django-oneall

Django Authentication with 20+ social networks using OneAll

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-oneall - Django Authentication support for OneAll

Join the chat at https://gitter.im/leandigo/django-oneall Read the documentation at http://django-oneall.readthedocs.org/

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:

  1. django
  2. pyoneall

This package provides user authentication capabilities based on django.contrib.auth. It provides the following components:

  1. Authentication Backend
  2. An identity model which stores a cached copy of the user's identity
  3. A callback view for the authentication process

Installation:

pip install django_oneall

See the full documentation for configuration.

License

Copyright (c) 2013-2015, Leandigo (www.leandigo.com) and Ekevoo.

Released under the MIT License. See the LICENSE file for details.

About

Django Authentication with 20+ social networks using OneAll

License:MIT License


Languages

Language:Python 86.7%Language:HTML 13.3%