Skip to content

klen/muffin-oauth

Repository files navigation

Muffin-OAuth

Muffin-OAuth -- Support OAuth authentication for Muffin Framework.

Tests Status PYPI Version Python Versions
  • python >= 3.7

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:https://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: