[Python-modules-commits] [python-social-auth] 20/131: ADDED: upwork backend doc
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:16:56 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.20
in repository python-social-auth.
commit 9e8710e0951935575627b2d97bf869f01a9227e8
Author: Shepilov Vladislav <shepilov.v at protonmail.com>
Date: Wed Apr 20 06:01:03 2016 +0300
ADDED: upwork backend doc
Signed-off-by: Shepilov Vladislav <shepilov.v at protonmail.com>
---
docs/backends/upwork.rst | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/docs/backends/upwork.rst b/docs/backends/upwork.rst
new file mode 100644
index 0000000..0239e20
--- /dev/null
+++ b/docs/backends/upwork.rst
@@ -0,0 +1,28 @@
+Upwork
+=======
+
+Upwork supports only OAuth 1.
+
+- Register a new application at `Upwork Developers`_.
+
+OAuth1
+------
+
+Add the Upwork OAuth backend to your settings page::
+
+ SOCIAL_AUTH_AUTHENTICATION_BACKENDS = (
+ ...
+ 'social.backends.upwork.UpworkOAuth',
+ ...
+ )
+
+- Fill ``App Key`` and ``App Secret`` values in the settings::
+
+ SOCIAL_AUTH_UPWORK_KEY = ''
+ SOCIAL_AUTH_UPWORK_SECRET = ''
+
+------
+For more information please go to `Upwork API Reference`_.
+
+.. Upwork Developers: https://www.upwork.com/services/api/apply
+.. Upwork API Reference: https://developers.upwork.com/?lang=python
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list