socialauth 0.2.0
pip install socialauth
Latest version
Released:
A framework- and backend-independent social login provider.
Navigation
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Emily Horsman
Classifiers
- Development Status
- Programming Language
Project description
Python Social Auth
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
Unverified details
These details have not been verified by PyPIProject links
Meta
- License: MIT
- Author: Emily Horsman
Classifiers
- Development Status
- Programming Language
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
File details
Details for the file
socialauth-0.2.0.tar.gz
.File metadata
File hashes
0c98d3ef93987c68f5d01239946e310e2ae22ec458d984623ed9bf874a161c76
477ff94b66162be57e57a8f1509dad1b
d9ecf2561420252ad412348658f0776a1d4be25c7041fec6281b23ca10d21ddc
See more details on using hashes here.