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 details)

Uploaded Source

File details

Details for the file socialauth-0.2.0.tar.gz.

File metadata

  • Download URL: socialauth-0.2.0.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for socialauth-0.2.0.tar.gz
Algorithm Hash digest
SHA256 0c98d3ef93987c68f5d01239946e310e2ae22ec458d984623ed9bf874a161c76
MD5 477ff94b66162be57e57a8f1509dad1b
BLAKE2b-256 d9ecf2561420252ad412348658f0776a1d4be25c7041fec6281b23ca10d21ddc

See more details on using hashes here.

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