jonobrien / python-social-auth

Social auth made simple

Home Page:http://psa.matiasaguirre.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python Social Auth is an easy-to-setup social authentication/registration mechanism with support for several frameworks and auth providers.

Crafted using base code from django-social-auth, it implements a common interface to define new authentication providers from third parties, and to bring support for more frameworks and ORMs.

https://travis-ci.org/omab/python-social-auth.png?branch=master https://badge.fury.io/py/python-social-auth.png https://pypip.in/d/python-social-auth/badge.png Documentation Status

This application provides user registration and login using social sites credentials. Here are some features, which is probably not a full list yet.

Multiple frameworks are supported:

More frameworks can be added easily (and should be even easier in the future once the code matures).

Several services are supported by simply defining backends (new ones can be easily added or current ones extended):

Basic user data population, to allow custom field values from provider's response.

Multiple social accounts can be associated to a single user.

Extensible pipeline to handle authentication/association mechanism in ways that suits your project.

Dependencies that must be met to use the application:

Project homepage is available at http://psa.matiasaguirre.net/ and documents at http://psa.matiasaguirre.net or http://python-social-auth.readthedocs.org/.

From pypi:

$ pip install python-social-auth

Or:

$ easy_install python-social-auth

Or clone from github:

$ git clone git://github.com/omab/python-social-auth.git

And add social to PYTHONPATH:

$ export PYTHONPATH=$PYTHONPATH:$(pwd)/python-social-auth/

Or:

$ cd python-social-auth
$ sudo python setup.py install

Upgrading from 0.1 to 0.2 is likely to cause problems trying to apply a migration when the tables already exist. In this case a fake migration needs to be applied:

$ python manage.py migrate --fake default

If you're having problems with using the project, use the support forum at CodersClan.

http://www.codersclan.net/graphics/getSupport_github4.png

python-social-auth is protected by BSD license. Check the LICENSE for details.

The base work was derived from django-social-auth work and copyrighted too, check django-social-auth LICENSE for details:

About

Social auth made simple

http://psa.matiasaguirre.net

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 99.1%Language:HTML 0.7%Language:Makefile 0.1%Language:Shell 0.1%Language:CSS 0.0%