mirror of
https://github.com/coder/coder.git
synced 2025-07-21 01:28:49 +00:00
docs: add docs on how to allow public github signups (#5168)
This commit is contained in:
committed by
GitHub
parent
a4a319a76e
commit
5f31ea3ffb
@ -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
|
||||
|
Reference in New Issue
Block a user