Skip to content

Commit 400a027

Browse files
committed
readme
1 parent e0423bd commit 400a027

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

README.rst

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
Flask-OAuthlib
22
==============
33

4-
OAuthlib for Flask. A replacement of Flask-OAuth.
4+
Flask-OAuthlib is an extension to Flask that allows you to interact with
5+
remote OAuth enabled applications. It is a replacement for Flask-OAuth.
6+
7+
Features
8+
--------
9+
10+
* The client part is compatible with Flask-OAuth
11+
* Compatible with non-standard but OAuth-Like services like weibo
512

613
Installation
714
------------
@@ -17,7 +24,12 @@ If you don't have pip installed, try with easy_install::
1724
.. _pip: http://www.pip-installer.org/
1825

1926

20-
Features
21-
--------
27+
Usage
28+
-----
2229

23-
* The client part is compatible with Flask-OAuth
30+
You can find some examples in this repo. This includes:
31+
32+
1. OAuth1 with twitter
33+
2. OAuth2 with facebook
34+
3. Non-standard OAuth-like service weibo
35+
4. Another Chinese Social service douban

0 commit comments

Comments
 (0)