Skip to content

Commit

Permalink
Fixed Github oauth config (#9256)
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenfoxx committed Oct 30, 2021
1 parent 41abc23 commit 192de4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/configuration/config-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ For example, you can login to Directus using a github account by creating an
```
AUTH_PROVIDERS="github"
AUTH_GITHUB_DRIVER="oauth2"
AUTH_GITHUB_CLIENT_ID="99d3...c3c4"
AUTH_GITHUB_CLIENT_SECRET="34ae...f963"
AUTH_GITHUB_AUTHORIZE_URL="https://github.com/login/oauth/authorize"
Expand Down

0 comments on commit 192de4a

Please sign in to comment.