auth: Add support for GitLab authentication.

With some tweaks by tabbott to the documentation and comments.

Fixes #13694.
This commit is contained in:
Dinesh
2020-01-31 22:49:53 +05:30
committed by Tim Abbott
parent 4cb94bf483
commit 4304d5f8db
16 changed files with 164 additions and 5 deletions

View File

@@ -164,6 +164,8 @@ GOOGLE_OAUTH2_CLIENT_SECRET = "secret"
SOCIAL_AUTH_GITHUB_KEY = "key"
SOCIAL_AUTH_GITHUB_SECRET = "secret"
SOCIAL_AUTH_GITLAB_KEY = "key"
SOCIAL_AUTH_GITLAB_SECRET = "secret"
SOCIAL_AUTH_GOOGLE_KEY = "key"
SOCIAL_AUTH_GOOGLE_SECRET = "secret"
SOCIAL_AUTH_SUBDOMAIN = 'www'