docker-zulip
docker-zulip copied to clipboard
How to configure GitHubAuthBackend ?
May I ask how to configure GitHubAuthBackend
, in terms what are the added lines of code? if possible will appreciate a working documentation on it.
I think you can configure via looking into settings.py
from the main zulip repo, as well as setting the configuration secrets ex: SOCIAL_AUTH_GITHUB_KEY
, SOCIAL_AUTH_GITHUB_ORG_NAME
etc in zulip-secrets.conf
. Further details are documented in your settings.py.