Commit 8eb93c56 authored by Michal Čihař's avatar Michal Čihař

Document usage of Google OAuth2

Issue #683
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 9de1ca64
......@@ -66,6 +66,19 @@ For example, enabling authentication against GitHub:
.. seealso:: http://psa.matiasaguirre.net/docs/backends/index.html
Google OAuth2
~~~~~~~~~~~~~
For using Google OAuth2, you need to register application on
<https://console.developers.google.com/> and enable Google+ API.
The redirect URL is ``https://WEBLATE SERVER/accounts/complete/google-oauth2/``
.. code-block:: python
SOCIAL_AUTH_GOOGLE_OAUTH2_KEY = 'Client ID'
SOCIAL_AUTH_GOOGLE_OAUTH2_SECRET = 'Client secret'
LDAP authentication
+++++++++++++++++++
......
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