]> git.parisson.com Git - django-social-auth.git/commitdiff
Add Skyrock support
authorniQo <niqo AT nospam>
Mon, 19 Mar 2012 18:18:00 +0000 (19:18 +0100)
committerniQo <niqo AT nospam>
Mon, 19 Mar 2012 18:18:00 +0000 (19:18 +0100)
README.rst

index 0747f09cc62d7ab1a42b2622d40216350c1d6e88..173e8f91b9bb96786083cf2d4c0926a143c02dfa 100644 (file)
@@ -44,6 +44,7 @@ credentials, some features are:
     * `GitHub OAuth`_
     * `Dropbox OAuth`_
     * `Flickr OAuth`_
+    * `Skyrock OAuth`_
 
 - Basic user data population and signaling, to allows custom fields values
   from providers response
@@ -118,6 +119,7 @@ Configuration
         'social_auth.backends.contrib.dropbox.DropboxBackend',
         'social_auth.backends.contrib.flickr.FlickrBackend',
         'social_auth.backends.contrib.instagram.InstagramBackend',
+        'social_auth.backends.contrib.skyrock.SkyrockBackend',
         'social_auth.backends.OpenIDBackend',
         'django.contrib.auth.backends.ModelBackend',
     )
@@ -152,6 +154,8 @@ Configuration
     FLICKR_API_SECRET            = ''
     INSTAGRAM_CLIENT_ID          = ''
     INSTAGRAM_CLIENT_SECRET      = ''
+    SKYROCK_CONSUMER_KEY         = ''
+    SKYROCK_CONSUMER_SECRET      = ''
 
 - Setup login URLs::
 
@@ -807,6 +811,20 @@ Instagram uses OAuth v2 for Authentication
     a single ``/associate`` url which takes a ``?complete=true`` parameter for the
     cases when you want to complete rather than associate.
 
+Skyrock
+^^^^^^^
+
+Skyrock offers per application keys named ``Consumer Key`` and ``Consumer Secret``.
+To enable Skyrock these two keys are needed. Further documentation at
+`Skyrock API Documentation`_:
+
+- Register a new application at `Skyrock App Creation`_,
+
+- fill ``Consumer Key`` and ``Consumer Secret`` values::
+
+      SKYROCK_CONSUMER_KEY
+      SKYROCK_CONSUMER_SECRET
+
 Testing
 -------
 
@@ -968,6 +986,10 @@ Attributions to whom deserves:
 
   - Instagram support
 
+- niQo (Nicolas QuiĆ©not)
+
+  - Skyrock.com support
+
 Copyrights
 ----------
 
@@ -1051,3 +1073,6 @@ Base work is copyrighted by:
 .. _BrowserID: https://browserid.org
 .. _Instagram API: http://instagr.am/developer/
 .. _django-social-auth discussion list: https://groups.google.com/group/django-social-auth
+.. _Skyrock OAuth: http://www.skyrock.com/developer/
+.. _Skyrock App Creation: https://www.skyrock.com/developer/application/
+.. _Skyrock API Documentation: http://www.skyrock.com/developer/documentation/