brutasse/django-le-social


External registration / authentication for Django

https://django-le-social.readthedocs.io

License: BSD-3-Clause

Language: Python


Django-le-social

Build Status

Django-le-social is an external registration helper for Django. It currently lets you use Twitter (OAuth) and OpenID authentication, as well as traditional registration.

It's more a framework than a drop-in app in the sense that it won't create any user data for you: when a user comes from an external authentication source, django-le-social executes a method that you decide. There is no user creation, no new model instance, no user login. You need to decide what to do, mainly store the OAuth token or the OpenID data, create a user and log him in.

Hacking

Setup your environment:

git clone https://[email protected]/brutasse/django-le-social.git
cd django-le-social
mkvirtualenv --python le-social
pip install tox

Hack, and run the tests:

tox

Tox runs all tests on python 2.7 and 3.4 and above, as well as all the supported Django versions.

Project Statistics

Sourcerank 8
Repository Size 156 KB
Stars 55
Forks 10
Watchers 2
Open issues 0
Dependencies 1
Contributors 5
Tags 9
Created
Last updated
Last pushed

Top Contributors See all

Bruno Renié Idan Gazit Mathieu Agopian Fabrice Bentz Adam Johnson

Packages Referencing this Repo

django-le-social
External registration / authentication for Django
Latest release 0.9 - Updated - 55 stars

Recent Tags See all

0.9 October 17, 2016
0.8 May 19, 2013
0.7 February 18, 2013
0.6 November 07, 2012
0.5 September 17, 2011
0.4 August 07, 2011
0.3 May 25, 2011
0.2 May 24, 2011
0.1 April 28, 2011

Something wrong with this page? Make a suggestion

Last synced: 2016-10-17 13:45:45 UTC

Login to resync this repository