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 and 2.7, 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.6.tar.gz (23.6 kB view details)

Uploaded Source

File details

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

File metadata

File hashes

Hashes for django-le-social-0.6.tar.gz
Algorithm Hash digest
SHA256 6adb48aef41639bcdc65d65b9fb46c67f1a9246180f57e85942375cd57142b55
MD5 80a215a01c065aceeef364693c1b113a
BLAKE2b-256 9643ce828a4f5d7e8709c7dc46ef8f7defa07a4761ca2ed91f113b92e047fd8f

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