You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: website/site/content/docs/authentication-backends.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -95,4 +95,4 @@ be nested under that field.
95
95
| `site_domain` | `location.hostname` (or `cms.netlify.com` when on `localhost`) | Sets the `site_id` query param sent to the API endpoint. Non-Netlify auth setups will often need to set this for local development to work properly. |
96
96
| `base_url` | `https://api.netlify.com` | OAuth client URL for the `github` backend. **Required** when using an external OAuth server with the `github` backend. |
97
97
| `auth_endpoint` | `auth` | Path to append to `base_url` for authentication requests. Optional. |
98
-
| `squash_merges` | `false` | If true, squash merges pull requests using when using the Editorial Workflow. Optional. |
98
+
| `squash_merges` | `false` | If true, pull requests are merged using the “squash and merge” method, reducing clutter in the content repository. Optional. |
0 commit comments