[Python-modules-commits] [python-social-auth] 277/322: Documentation for ChangeTip backend

Wolfgang Borgert debacle at moszumanska.debian.org
Sat Dec 24 15:13:19 UTC 2016


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to tag v0.2.10
in repository python-social-auth.

commit ca017368ddaf0154970a87b8fae07e0cab7874e4
Author: Nick Sullivan <nick at sullivanflock.com>
Date:   Mon Apr 20 11:22:33 2015 -0700

    Documentation for ChangeTip backend
---
 docs/backends/changetip.rst | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/docs/backends/changetip.rst b/docs/backends/changetip.rst
new file mode 100644
index 0000000..dcc9cc5
--- /dev/null
+++ b/docs/backends/changetip.rst
@@ -0,0 +1,22 @@
+ChangeTip
+=====
+
+ChangeTip
+
+- Register a new application at ChangeTip_, set the callback URL to
+  ``http://example.com/complete/changetip/`` replacing ``example.com`` with your
+  domain.
+
+- Fill ``Client ID`` and ``Client Secret`` values in the settings::
+
+      SOCIAL_AUTH_CHANGETIP_KEY = ''
+      SOCIAL_AUTH_CHANGETIP_SECRET = ''
+
+- Also it's possible to define extra permissions with::
+
+      SOCIAL_AUTH_CHANGETIP_SCOPE = [...]
+
+  See auth scopes at `ChangeTip OAuth docs`_.
+
+
+.. _ChangeTip: https://www.changetip.com/api

-- 
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