]> git.parisson.com Git - django-social-auth.git/commitdiff
Added sphinx doc for missing backends.
authorMatías Aguirre <matiasaguirre@gmail.com>
Mon, 16 Apr 2012 20:23:51 +0000 (17:23 -0300)
committerMatías Aguirre <matiasaguirre@gmail.com>
Mon, 16 Apr 2012 20:23:51 +0000 (17:23 -0300)
README.rst
doc/backends/bitbucket.rst [new file with mode: 0644]
doc/backends/dropbox.rst [new file with mode: 0644]
doc/backends/flickr.rst [new file with mode: 0644]
doc/backends/index.rst

index 7cf60feeac1b5eab591fb456d91e9184c7197114..06d9dd8e8fb1fc76461cd80e1223671afbd66adb 100644 (file)
@@ -827,9 +827,11 @@ GitHub works similar to Facebook (OAuth).
      
 Bitbucket
 ^^^^^^^^^
+
 Bitbucket works similar to Twitter (OAuth).
 
-- Register a new application by emailing support@bitbucket.org with an application name and a bit of a description,
+- Register a new application by emailing ``support@bitbucket.org`` with an
+  application name and a bit of a description,
 
 - Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings::
 
diff --git a/doc/backends/bitbucket.rst b/doc/backends/bitbucket.rst
new file mode 100644 (file)
index 0000000..4e45b56
--- /dev/null
@@ -0,0 +1,11 @@
+Bitbucket
+^^^^^^^^^
+Bitbucket works similar to Twitter (OAuth).
+
+- Register a new application by emailing ``support@bitbucket.org`` with an
+  application name and a bit of a description,
+
+- Fill ``Consumer Key`` and ``Consumer Secret`` values in the settings::
+
+      BITBUCKET_CONSUMER_KEY = ''
+      BITBUCKET_CONSUMER_SECRET = ''
diff --git a/doc/backends/dropbox.rst b/doc/backends/dropbox.rst
new file mode 100644 (file)
index 0000000..27c6dce
--- /dev/null
@@ -0,0 +1,13 @@
+Dropbox
+^^^^^^^
+
+Dropbox uses OAuth v1.0 for authentication.
+
+- Register a new application at `Dropbox Developers`_, and
+
+- fill ``App Key`` and ``App Secret`` values in the settings::
+
+      DROPBOX_APP_ID = ''
+      DROPBOX_API_SECRET = ''
+
+.. _Dropbox Developers: https://www.dropbox.com/developers/apps
diff --git a/doc/backends/flickr.rst b/doc/backends/flickr.rst
new file mode 100644 (file)
index 0000000..0283ae9
--- /dev/null
@@ -0,0 +1,12 @@
+Flickr
+^^^^^^
+Flickr uses OAuth v1.0 for authentication.
+
+- Register a new application at the `Flickr App Garden`_, and
+
+- fill ``Key`` and ``Secret`` values in the settings::
+
+      FLICKR_APP_ID = ''
+      FLICKR_API_SECRET = ''
+
+.. _Flickr App Garden: http://www.flickr.com/services/apps/create/
index d4dba774463327c11cbbeb405262ebdb824d4c5d..6f00501365c0308add3a40ac0b54009077ee08e1 100644 (file)
@@ -8,10 +8,13 @@ Contents:
 
    openid
    oauth
-   google
    twitter
    facebook
+   google
    linkedin
    github
+   bitbucket
+   dropbox
+   flickr
    browserid
    instagram