Source: python-django-social-auth
Section: python
Priority: extra
Maintainer: Janos Guljas <janos@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9), python-all, python-setuptools
Standards-Version: 3.9.4
Homepage: http://pypi.python.org/pypi/django-social-auth
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-social-auth/trunk
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-social-auth/trunk/

Package: python-django-social-auth
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: Django social authentication made simple
 Django Social Auth is an easy to setup social authentication/authorization
 mechanism for Django projects.
 .
 This application provides user registration and login using social sites
 credentials, some features are:
 .
  * Registration and Login using social sites using the following providers:
     - Google OpenID
     - Google OAuth
     - Google OAuth2
     - Yahoo OpenID
     - OpenId like myOpenID
     - Twitter OAuth
     - Facebook OAuth
 .
  * Some contributions added support for:
     - LiveJournal OpenID
     - Orkut OAuth
     - Linkedin OAuth
     - Foursquare OAuth2
     - GitHub OAuth
     - Dropbox OAuth
     - Flickr OAuth
     - Vkontakte OAuth
     - MSN Live Connect OAuth2
     - Skyrock OAuth
     - Yahoo OAuth
     - Evernote OAuth
     - Mail.ru OAuth
     - Odnoklassniki OAuth
     - Mixcloud OAuth2
     - BitBucket OAuth
     - Douban OAuth
     - Fitbit OAuth
     - Instagram OAuth2
     - Twilio
     - Weibo OAuth2
     - Yandex OpenId
     - Shopify OAuth2
     - StockTwits OAuth2
     - Stackoverflow OAuth2
 .
  * Basic user data population and signaling, to allows custom fields values
    from providers response.
 .
  * Multiple social accounts association to single users.
 .
  * Custom User model override if needed (auth.User by default).
 .
  * Extensible pipeline to handle authentication/association mechanism.

