Skip to main content

Python social authentication made simple.

Project description

Python Social Auth

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

Features

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

Supported frameworks

Multiple frameworks are supported:

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

Auth providers

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

User data

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

Social accounts association

Multiple social accounts can be associated to a single user.

Authentication processing

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

Dependencies

Dependencies that must be met to use the application:

  • OpenId support depends on python-openid

  • OAuth support depends on python-oauth2 (despite the name, this is just for OAuth1)

  • Several backends demand application registration on their corresponding sites and other dependencies like sqlalchemy on Flask and Webpy.

Documents

Project homepage is available at http://psa.matiasaguirre.net/ and documents at http://psa.matiasaguirre.net/docs/.

Installation

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

Support

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

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

Copyrights and License

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:

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

python-social-auth-0.1.15.tar.gz (69.2 kB view details)

Uploaded Source

File details

Details for the file python-social-auth-0.1.15.tar.gz.

File metadata

File hashes

Hashes for python-social-auth-0.1.15.tar.gz
Algorithm Hash digest
SHA256 cf3da20f94f326acb7b2411ab6650f11da2743a00142e0969dc4da047da0c119
MD5 bbbe36eca94d5d0f1d03a1746fe2692b
BLAKE2b-256 cb4be77ee3978068e04b84eb7b26e97e1ddefb55c00b6dc47ca82f56cdc8c1eb

See more details on using hashes here.

Supported by

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