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: docs/content/docs/9.studio/3.providers.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ To use GitHub as your authentication provider, you need to create a GitHub OAuth
39
39
40
40
Go to [GitHub Developer Settings](https://github.com/settings/developers) and click **New OAuth App**
41
41
42
-
#### Configure the OAuth Application
42
+
#### Configure the GitHub OAuth Application
43
43
44
44
Fill in the required fields:
45
45
@@ -51,14 +51,14 @@ Fill in the required fields:
51
51
If you want to try studio locally, add your local url as redirect URI: `http://localhost:3000/__nuxt_studio/auth/gitlab`
52
52
:::
53
53
54
-
#### Copy Your Credentials
54
+
#### Copy Your GitHub Credentials
55
55
56
56
After creating the OAuth app, you'll receive:
57
57
58
58
- A **Client ID** (visible immediately)
59
59
- A **Client Secret** (click **Generate a new client secret**)
60
60
61
-
#### Set your environment Variables
61
+
#### Set your GitHub environment Variables
62
62
63
63
Add the GitHub OAuth credentials to your deployment platform's environment variables or in your `.env` file in local
64
64
@@ -79,7 +79,7 @@ To use GitLab as your authentication provider, you need to create a GitLab OAuth
79
79
80
80
Go to your GitLab [User Settings → Applications](https://gitlab.com/-/user_settings/applications) (or your group/organization settings) and create a **New Application**.
81
81
82
-
#### Configure the OAuth Application
82
+
#### Configure the GitLab OAuth Application
83
83
84
84
Fill in the required fields:
85
85
@@ -91,14 +91,14 @@ Fill in the required fields:
91
91
If you want to try studio locally, add your local url as redirect URI: `http://localhost:3000/__nuxt_studio/auth/gitlab`
92
92
:::
93
93
94
-
#### Copy Your Credentials
94
+
#### Copy Your GitLab Credentials
95
95
96
96
After creating the OAuth application, you'll receive:
97
97
98
98
- An **Application ID** (visible immediately)
99
99
- A **Secret** (visible immediately)
100
100
101
-
#### Set your environment Variables
101
+
#### Set your GitLab environment Variables
102
102
103
103
Add the GitLab OAuth credentials to your deployment platform's environment variables or in your `.env` file in local
104
104
@@ -172,7 +172,7 @@ After creating the OAuth client, you'll receive:
172
172
Google OAuth is used for authentication only. The Git Personal Access Token (`STUDIO_GITHUB_TOKEN` or `STUDIO_GITLAB_TOKEN`) is required to push changes to your repository.
173
173
:::
174
174
175
-
#### Set your environment Variables
175
+
#### Set your Google environment Variables
176
176
177
177
Add the **Google OAuth credentials** and the **Personal Access Token** for your Git provider to your deployment platform's environment variables or in your `.env` file locally. Do not forget to also whitelist users allowed to connect with Google with the `STUDIO_GITHUB_MODERATORS` variable.
0 commit comments