Commit 3c024000 authored by Michal Čihař's avatar Michal Čihař

Consistent naming with GitHub web

parent 73426cd7
......@@ -60,8 +60,8 @@ For example, enabling authentication against GitHub:
)
# Social auth backends setup
SOCIAL_AUTH_GITHUB_KEY = 'gihub api key'
SOCIAL_AUTH_GITHUB_SECRET = 'github api secret'
SOCIAL_AUTH_GITHUB_KEY = 'GitHub Client ID'
SOCIAL_AUTH_GITHUB_SECRET = 'GitHub Client Secret'
SOCIAL_AUTH_GITHUB_SCOPE = ['user:email']
.. seealso:: http://psa.matiasaguirre.net/docs/backends/index.html
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment