mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
auth: Add support for GitLab authentication.
With some tweaks by tabbott to the documentation and comments. Fixes #13694.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user