Flask-OAuth is a Flask extension that allows you to interact with remove OAuth enabled applications. Currently it only implements the consumer interface so you cannot expose your own API with OAuth. It depends on the python-oauth2 module. You can install the requirements from PyPI with easy_install or pip or download them by hand.
Installation:
Install the extension with one of the following commands:
easy_install Flask-OAuth
or alternatively if you have pip installed:
pip install Flask-OAuth
Product's homepage
Here are some key features of "Flask-OAuth":
· support for OAuth 1.0a
· friendly API
· direct integration with Flask
· basic support for remote method invocation of RESTful APIs
Requirements:
· Python
· Flask