No project description provided
Project description
# PyQuillSSO
A Python library to facilitate single sign on authentication with quill.
## Usage
```python
from pyquillsso import QuillSSO
quill = QuillSSO(url="https://my.hackmit.org")
# To get the url for the sign-in button.
url = quill.get_signin_url("https://mycoolapp.com/login")
# Once the user has been redirected, get their details.
user_info = quill.get_user(token) # Token is from url.
```
Check out the [example](example.py) for an example of a simple Flask app using this.
A Python library to facilitate single sign on authentication with quill.
## Usage
```python
from pyquillsso import QuillSSO
quill = QuillSSO(url="https://my.hackmit.org")
# To get the url for the sign-in button.
url = quill.get_signin_url("https://mycoolapp.com/login")
# Once the user has been redirected, get their details.
user_info = quill.get_user(token) # Token is from url.
```
Check out the [example](example.py) for an example of a simple Flask app using this.
Project details
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.
Source Distribution
PyQuillSSO-0.1.1.zip
(4.0 kB
view details)
File details
Details for the file PyQuillSSO-0.1.1.zip.
File metadata
- Download URL: PyQuillSSO-0.1.1.zip
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.11.0 pkginfo/1.4.2 requests/2.18.4 setuptools/20.3 requests-toolbelt/0.8.0 tqdm/4.24.0 CPython/2.7.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b5dd0e1f1869aed9a8fd1390c0bfa1da668d60b168a07a86997a998649747ecf
|
|
| MD5 |
5458226e1108f4795aeebf672f87fd2f
|
|
| BLAKE2b-256 |
b821d71831893e3c3d52365c123b278136b1488bad9295a5294002e121f13ec9
|