From 6ffbea5d9060c64c4a39503ae8d20892ced2609c Mon Sep 17 00:00:00 2001 From: niQo Date: Fri, 27 Apr 2012 12:39:02 +0200 Subject: [PATCH] documentation update for Skyrock provider --- README.rst | 3 ++- doc/configuration.rst | 3 +++ doc/intro.rst | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 173e8f9..d60bc6e 100644 --- a/README.rst +++ b/README.rst @@ -986,7 +986,7 @@ Attributions to whom deserves: - Instagram support -- niQo (Nicolas Quiénot) +- niQo_ (Nicolas Quiénot) - Skyrock.com support @@ -1053,6 +1053,7 @@ Base work is copyrighted by: .. _Quard: https://github.com/Quard .. _micrypt: https://github.com/micrypt .. _r4vi: https://github.com/r4vi +.. _niQo: https://github.com/niQo .. _South: http://south.aeracode.org/ .. _bedspax: https://github.com/bedspax .. _django-social-auth: https://github.com/omab/django-social-auth diff --git a/doc/configuration.rst b/doc/configuration.rst index 6fedc1b..78e6fcf 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -23,6 +23,7 @@ Configuration 'social_auth.backends.contrib.orkut.OrkutBackend', 'social_auth.backends.contrib.foursquare.FoursquareBackend', 'social_auth.backends.contrib.github.GithubBackend', + 'social_auth.backends.contrib.skyrock.SkyrockBackend', 'social_auth.backends.OpenIDBackend', 'django.contrib.auth.backends.ModelBackend', ) @@ -49,6 +50,8 @@ Configuration GOOGLE_OAUTH2_CLIENT_SECRET = '' FOURSQUARE_CONSUMER_KEY = '' FOURSQUARE_CONSUMER_SECRET = '' + SKYROCK_CONSUMER_KEY = '' + SKYROCK_CONSUMER_SECRET = '' - Setup login URLs:: diff --git a/doc/intro.rst b/doc/intro.rst index 6d74dea..f38b06e 100644 --- a/doc/intro.rst +++ b/doc/intro.rst @@ -31,6 +31,7 @@ credentials, some features are: * `LiveJournal OpenID`_ * `Orkut OAuth`_ * `Linkedin OAuth`_ + * `Skyrock OAuth`_ - Basic user data population and signaling, to allows custom fields values from providers response @@ -56,3 +57,4 @@ credentials, some features are: .. _Orkut OAuth: http://code.google.com/apis/orkut/docs/rest/developers_guide_protocol.html#Authenticating .. _myOpenID: https://www.myopenid.com/ .. _LiveJournal OpenID: http://www.livejournal.com/support/faqbrowse.bml?faqid=283 +.. _Skyrock OAuth: http://www.skyrock.com/developer/ -- 2.39.5