Coder Social home page Coder Social logo

digideskio / python-social-auth-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from omab/python-social-auth

0.0 1.0 0.0 2.68 MB

Social auth made simple

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

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

Makefile 0.08% Shell 0.02% Python 99.14% CSS 0.01% HTML 0.75%

python-social-auth-1's Introduction

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 Documentation Status

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:

Documents

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

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

Upgrading

Django with South

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

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:

python-social-auth-1's People

Contributors

abunsen avatar aniav avatar avibrazil avatar bradenmacdonald avatar ccurvey avatar clintonb avatar coddingtonbear avatar dhendo avatar floorlamp avatar flyflo avatar gorillamania avatar hassek avatar jasonsanford avatar jcouyang avatar jeromelefeuvre avatar jerzyspendel avatar jeyraof avatar jgsogo avatar jontsai avatar lamby avatar maartenkos avatar mhluongo avatar noirbizarre avatar omab avatar ryankicks avatar samkuehn avatar san-mate avatar tell-k avatar vinhub avatar webjunkie avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.