Support OAuth authentication for Muffin Framework.
Project description
Muffin-OAuth – Support OAuth authentication for Muffin Framework.
Requirements
python >= 3.9
Installation
Muffin-OAuth should be installed using pip:
pip install muffin-oauth
Usage
Get OAuth Access/Refresh Tokens
See an example application in example.py. Run the example with command:
$ make example
And open http://localhost:5000 in your browser.
Load resouces with access tokens
# OAuth2
client = oauth.client('github', access_token='...')
resource = await client.request('GET', 'user')
Bug tracker
If you have any suggestions, bug reports or annoyances please report them to the issue tracker at https://github.com/klen/muffin-oauth/issues
Contributing
Development of Muffin-OAuth happens at: https://github.com/klen/muffin-oauth
Contributors
klen (Kirill Klenov)
License
Licensed under a MIT license. .. _links:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file muffin_oauth-2.7.1.tar.gz
.
File metadata
- Download URL: muffin_oauth-2.7.1.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 69fe9f3ccfdfe0ba7ba381855d3bc011e3370166ca6151f59c63899385efa702 |
|
MD5 | f8ec37b7112eced23a6215c3e8567ff2 |
|
BLAKE2b-256 | d61d21d96a8c315817fbb334adeb23d8ede5b730b0b5768ef542d9facad1e63c |
File details
Details for the file muffin_oauth-2.7.1-py3-none-any.whl
.
File metadata
- Download URL: muffin_oauth-2.7.1-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | edb19d32e32ed8c733fb3d205145576c122969cbbad67c9c85d869b8a03541d8 |
|
MD5 | 7eafc8843498a60ff2cf56935582943d |
|
BLAKE2b-256 | 0c1b74209eef223777b59bc3849c22e0fe909edb7c3992f1e0bd93292a4bb9c2 |