Browse Source

pr review findings

pull/2667/head
Bernd Storath 3 weeks ago
parent
commit
cd10416206
  1. 5
      .gitignore
  2. 2
      docs/.gitignore
  3. 6
      docs/content/advanced/config/external-authentication.md

5
.gitignore

@ -1,3 +1,6 @@
.DS_Store
*.swp
node_modules
node_modules
docs/site
docs/.cache

2
docs/.gitignore

@ -1,2 +0,0 @@
site
.cache

6
docs/content/advanced/config/external-authentication.md

@ -22,9 +22,9 @@ e.g. `google,github`
To automatically register users that log in with an OAuth provider, set the following environment variable to `true`:
| Env | Required | Default | Description |
| --------------------- | ------------------ | ------- | ------------------------ |
| `OAUTH_AUTO_REGISTER` | :white_check_mark: | `false` | Enable auto-registration |
| Env | Required | Default | Description |
| --------------------- | -------- | ------- | ------------------------ |
| `OAUTH_AUTO_REGISTER` | :x: | `false` | Enable auto-registration |
When enabled:

Loading…
Cancel
Save