Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
make lint/fmt
  • Loading branch information
EdwardAngert committed Mar 28, 2025
commit f8bac19662e3f81c4566979a1ef15271b9f7f218
4 changes: 2 additions & 2 deletions docs/admin/users/github-auth.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,14 +130,14 @@ organizations. This can be enforced from the organization settings page in the

Coder supports
[device flow](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps#device-flow)
for GitHub OAuth. This is enabled by default for the default GitHub app and cannot be disabled
for GitHub OAuth. This is enabled by default for the default GitHub app and cannot be disabled
for that app. For your own custom GitHub OAuth app, you can enable device flow by setting:

```env
CODER_OAUTH2_GITHUB_DEVICE_FLOW=true
```

Device flow is optional for custom GitHub OAuth apps. We generally recommend using
Device flow is optional for custom GitHub OAuth apps. We generally recommend using
the standard OAuth flow instead, as it is more convenient for end users.

> [!NOTE]
Expand Down