Skip to main content

A framework- and backend-independent social login provider.

Project description

Python Social Auth

Travis CI Coveralls Test Coverage Documentation Status Code Climate PyPI Python >= 3.3 Contributor Covenant Code of Conduct MIT License

A library for social sign-in capability from providers such as Twitter and Facebook.

Many social authentication solutions exist. I wanted something that didn’t have strong ties to an HTTP framework or storage backend. Preferably, I didn’t want something that dealt with a storage backend at all. This library uses JSON web tokens instead of sessions to deal with intermediate information in the OAuth flow (such as a token secret).

$ pip install socialauth

Run Tests

$ git clone https://github.com/emilyhorsman/socialauth.git
$ mkvirtualenv --python=python3 socialauth
$ cd socialauth
$ workon .
$ pip install -r requirements.test.txt
$ python tests.py

Build Docs

$ pip install -r requirements.docs.txt
$ cd docs
$ make html

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

socialauth-0.2.0.tar.gz (4.6 kB view hashes)

Uploaded Source

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