docs: add docs on how to allow public github signups (#5168)

This commit is contained in:
Muhammad Atif Ali
2022-11-25 21:03:07 +03:00
committed by GitHub
parent a4a319a76e
commit 5f31ea3ffb

View File

@ -38,6 +38,12 @@ CODER_OAUTH2_GITHUB_CLIENT_ID="8d1...e05"
CODER_OAUTH2_GITHUB_CLIENT_SECRET="57ebc9...02c24c"
```
**Note:** To allow everyone to signup using GitHub, set:
```console
CODER_OAUTH2_GITHUB_ALLOW_EVERYONE=true
```
Once complete, run `sudo service coder restart` to reboot Coder.
## OpenID Connect with Google