From 6decdafda24e72c977981512d5695553b605afbd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Aguirre?= Date: Tue, 7 Feb 2012 12:59:42 -0200 Subject: [PATCH] Small clarification about github conf. Refs #241 --- README.rst | 7 ++++--- doc/backends/github.rst | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 9deebfa..82a5c28 100644 --- a/README.rst +++ b/README.rst @@ -712,14 +712,15 @@ GitHub ------ GitHub works similar to Facebook (OAuth). -- Register a new application at `GitHub Developers`_, and +- Register a new application at `GitHub Developers`_, set your site domain as + the callback URL or it might cause some troubles when associating accounts, -- fill ``App Id`` and ``App Secret`` values in the settings:: +- Fill ``App Id`` and ``App Secret`` values in the settings:: GITHUB_APP_ID = '' GITHUB_API_SECRET = '' -- also it's possible to define extra permissions with:: +- Also it's possible to define extra permissions with:: GITHUB_EXTENDED_PERMISSIONS = [...] diff --git a/doc/backends/github.rst b/doc/backends/github.rst index ea46e46..293542b 100644 --- a/doc/backends/github.rst +++ b/doc/backends/github.rst @@ -2,16 +2,16 @@ GitHub ====== Github works similar to Facebook (OAuth). -- Register a new application at `GitHub Developers`_, and +- Register a new application at `GitHub Developers`_, set your site domain as + the callback URL or it might cause some troubles when associating accounts, -- fill ``App Id`` and ``App Secret`` values in the settings:: +- Fill ``App Id`` and ``App Secret`` values in the settings:: GITHUB_APP_ID = '' GITHUB_API_SECRET = '' -- also it's possible to define extra permissions with:: +- Also it's possible to define extra permissions with:: GITHUB_EXTENDED_PERMISSIONS = [...] - .. _GitHub Developers: https://github.com/account/applications/new -- 2.39.5