OAuthlib for Flask
Project description
Flask-OAuthlib is an extension to Flask that allows you to interact with remote OAuth enabled applications. On the client site, it is a replacement for Flask-OAuth. But it does more than that, it also helps you to create oauth providers.
Flask-OAuthlib relies on oauthlib.
Features
Support for OAuth 1.0a, OAuth2 client
Friendly API (same with Flask-OAuth)
Direct integration with Flask
Basic support for remote method invocation of RESTful APIs
Support OAuth2 provider with Bearer token
And request more features at github issues.
Installation
Install flask-oauthlib is simple with pip:
$ pip install Flask-OAuthlib
If you don’t have pip installed, try with easy_install:
$ easy_install Flask-OAuthlib
Additional Notes
We keep a documentation at flask-oauthlib@readthedocs.
If you are only interested in client part, you can find some examples in the example directory.
There is also a development version on GitHub.
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
File details
Details for the file Flask-OAuthlib-0.3.0.tar.gz
.
File metadata
- Download URL: Flask-OAuthlib-0.3.0.tar.gz
- Upload date:
- Size: 18.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ebea6a2c7f6c3cd1ad77959aa16ea7e8f88d21ae9b8358eb201f2a28c468da95 |
|
MD5 | 740f8c93a74d0edc9205a18ffc23cd10 |
|
BLAKE2b-256 | bdeea163f6a464a5d9045ba5b8cf9bca3dd727bcc778a6f61aa35b49216912c0 |