Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Flask-OAuthlib
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.
OAuth providers.

Flask-OAuthlib relies on oauthlib_.

Expand All @@ -21,7 +21,7 @@ Features
--------

- Support for OAuth 1.0a, 1.0, 1.1, OAuth2 client
- Friendly API (same with Flask-OAuth)
- Friendly API (same as Flask-OAuth)
- Direct integration with Flask
- Basic support for remote method invocation of RESTful APIs
- Support OAuth1 provider with HMAC and RSA signature
Expand All @@ -35,7 +35,7 @@ And request more features at `github issues`_.
Installation
------------

Install flask-oauthlib is simple with pip_::
Installing flask-oauthlib is simple with pip_::

$ pip install Flask-OAuthlib

Expand All @@ -49,11 +49,11 @@ If you don't have pip installed, try with easy_install::
Additional Notes
----------------

We keep a documentation at `flask-oauthlib@readthedocs`_.
We keep documentation at `flask-oauthlib@readthedocs`_.

.. _`flask-oauthlib@readthedocs`: https://flask-oauthlib.readthedocs.org

If you are only interested in client part, you can find some examples
If you are only interested in the client part, you can find some examples
in the ``example`` directory.

There is also a `development version <https://github.com/lepture/flask-oauthlib/archive/master.zip#egg=Flask-OAuthlib-dev>`_ on GitHub.