Skip to main content

External registration / authentication for Django

Project description

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://brutasse@github.com/brutasse/django-le-social.git
cd django-le-social
mkvirtualenv --python python2 le-social
add2virtualenv .
pip install -r requirements.txt

Hack, and run the tests:

python setup.py test

Or do it with Tox to test on python2.6, 2.7 and 3.3, as well as all the supported Django versions:

tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-le-social-0.8.tar.gz (24.1 kB view details)

Uploaded Source

Built Distribution

django_le_social-0.8-py2.py3-none-any.whl (21.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-le-social-0.8.tar.gz.

File metadata

File hashes

Hashes for django-le-social-0.8.tar.gz
Algorithm Hash digest
SHA256 249b52594b75d55735b2028d2e6fdbbdd35eaa98d7c2f0a3ea1346029aba8898
MD5 8c979073f850da55f3e3dce8d4887bf7
BLAKE2b-256 a700c76559b9b6cf5584fff3b52a433966fa46437a4299e7910628177c423679

See more details on using hashes here.

File details

Details for the file django_le_social-0.8-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_le_social-0.8-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 41f1976c0a214e880c51db82581d5c55bf614ad581b105cb31bc2faac55e4386
MD5 9486cfc475dc4113e7df3a5f93c96509
BLAKE2b-256 3946f16db0bc1f54d24c06625c968e4494f278c175c175a435d2dab702710f05

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page