docker-zulip icon indicating copy to clipboard operation
docker-zulip copied to clipboard

How to configure GitHubAuthBackend ?

Open mdsa3d opened this issue 10 months ago • 1 comments

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.

mdsa3d avatar Oct 16 '23 13:10 mdsa3d

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.

nazrul-kabir avatar Nov 14 '23 12:11 nazrul-kabir