zulip / docker-zulip

Container configurations, images, and examples for Zulip.
https://zulip.com/
Apache License 2.0
550 stars 227 forks source link

How to configure GitHubAuthBackend ? #414

Open mdsa3d opened 8 months ago

mdsa3d commented 8 months ago

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.

nazrul-kabir commented 7 months ago

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.