aboutsummaryrefslogtreecommitdiff
path: root/python/Flask-Dance/README
diff options
context:
space:
mode:
authorDimitris Zlatanidis <d.zlatanidis@gmail.com>2019-12-28 09:20:20 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-28 09:20:20 +0700
commitaefe4cb123e64ffefc797212cb1f55cd373e7562 (patch)
tree19e06e70ef908462369dbfd2355484a14dbceb4a /python/Flask-Dance/README
parent5dd637ad40c493ed449dd3c25729daf636331b03 (diff)
python/Flask-Dance: Added (Doing the OAuth using Flask).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/Flask-Dance/README')
-rw-r--r--python/Flask-Dance/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/python/Flask-Dance/README b/python/Flask-Dance/README
new file mode 100644
index 000000000000..b339d9bce7c3
--- /dev/null
+++ b/python/Flask-Dance/README
@@ -0,0 +1,4 @@
+Doing the OAuth dance with style using Flask, requests,
+and oauthlib. Currently, only OAuth consumers are supported,
+but this project could easily support OAuth providers
+in the future, as well.