GitHub-Quart is an extension for authenticating Quart applications with GitHub. It also provides support for various other requests to the GitHub API.
This work is based on the excellent Flask extension GitHub-Flask and is essentially a port of that to Quart.
GitHub-Quart is available on PyPI:
$ pip install github-quartAn example application is provided. Getting it up and running should be pretty
straightforward. Edit example.py and change GITHUB_CLIENT_ID and
GITHUB_CLIENT_SECRET settings. Then run the sample application to see how
it's working:
$ python example.py