Muffin-OAuth -- Support OAuth authentication for Muffin Framework.
Contents
- python >= 3.9
Muffin-OAuth should be installed using pip:
pip install muffin-oauth
See an example application in example.py. Run the example with command:
$ make example
And open http://localhost:5000 in your browser.
# OAuth2
client = oauth.client('github', access_token='...')
resource = await client.request('GET', 'user')
If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/muffin-oauth/issues
Development of Muffin-OAuth happens at: https://github.com/klen/muffin-oauth
- klen (Kirill Klenov)
Licensed under a MIT license. .. _links: