Skip to content

techx/pyquillsso

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyQuillSSO

A Python library to facilitate single sign on authentication with quill.

Installation

Install using pip:

pip install pyquillsso

Usage

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 for an example of a simple Flask app using this.

About

A python library to interface with Quill Single Sign On

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages