Skip to main content

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.

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

PyQuillSSO-0.1.1.zip (4.0 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