File tree Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Expand file tree Collapse file tree 1 file changed +16
-4
lines changed Original file line number Diff line number Diff line change 1
1
Flask-OAuthlib
2
2
==============
3
3
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
5
12
6
13
Installation
7
14
------------
@@ -17,7 +24,12 @@ If you don't have pip installed, try with easy_install::
17
24
.. _pip : http://www.pip-installer.org/
18
25
19
26
20
- Features
21
- --------
27
+ Usage
28
+ -----
22
29
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
You can’t perform that action at this time.
0 commit comments