Skip to content

Commit a10a241

Browse files
Apply suggestions from code review
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 28ebde7 commit a10a241

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/routes/integrations/oauth-x/+page.markdoc

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,7 @@ To implement the X OAuth adapter in Appwrite Auth, there are several steps you m
3333

3434
## Step 1: Create an X Developer app
3535

36-
First, head to the [X Developer Portal](https://console.x.com/) and create a new project. Head to the **Apps**
37-
38-
![X Developer Portal](/images/integrations/oauth-x/new-app.png)
36+
First, head to the [X Developer Portal](https://console.x.com/) and create a new project. In the **Apps** section, create a new app inside the project (or use an existing one). Give your app a name that reflects what you're building.
3937

4038
In your app's settings, scroll down to **User authentication settings** and click **Set up**. Configure the following:
4139

@@ -55,7 +53,7 @@ For this step, you must [create an account on Appwrite Cloud](https://cloud.appw
5553

5654
Add the **Client ID** and **Client Secret** you saved from your X app and copy the URI to replace the temporary URL in the **Callback URI / Redirect URL** field in your X app's user authentication settings.
5755

58-
## Step 3: Test the provider.
56+
## Step 3: Test the provider
5957

6058
Follow the [OAuth 2 login](/docs/products/auth/oauth2#init) flow to test your provider.
6159

0 commit comments

Comments
 (0)