Skip to content

Commit d219a84

Browse files
committed
minor content edit
1 parent a0ae310 commit d219a84

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

src/routes/blog/post/x-oauth2-appwrite/+page.markdoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ Appwrite's X adapter uses **OAuth 2.0 with PKCE** (Proof Key for Code Exchange),
3939

4040
# Creating an X Developer app
4141

42-
To connect Appwrite to X, you first need to register an app on the [X Developer Portal](https://console.x.com).
42+
To connect Appwrite to X, you first need to register an app on the [X Developer Console](https://console.x.com).
4343

4444
Log in and create a new project, then create a new app inside that project (or use an existing one). Give your app a name that reflects what you're building.
4545

46-
![X Developer Portal - New App](/images/integrations/oauth-x/new-app.png)
46+
![X Developer Console - New App](/images/integrations/oauth-x/new-app.png)
4747

4848
Once the app is created, open the app's **Settings** and scroll down to **User authentication settings**. Click **Set up** and configure the following:
4949

@@ -63,7 +63,7 @@ Head to your [Appwrite Console](https://cloud.appwrite.io/) and open your projec
6363

6464
Enable the provider and paste in your **Client ID** and **Client Secret**. Appwrite will display a **Redirect URI**. Copy it and go back to your X app's **User authentication settings** to replace the temporary callback URL with this value.
6565

66-
Save the changes in both the X Developer Portal and Appwrite.
66+
Save the changes in both the X Developer Console and Appwrite.
6767

6868
# Logging in from your frontend
6969

@@ -139,15 +139,15 @@ This renews the X access token without interrupting the user's Appwrite session.
139139

140140
# Final thoughts
141141

142-
Adding X login to your app with Appwrite comes down to three things: registering an app on the X Developer Portal, configuring the provider in the Appwrite Console, and calling one SDK method. Appwrite handles the PKCE flow, token exchange, and session management for you.
142+
Adding X login to your app with Appwrite comes down to three things: registering an app on the X Developer Console, configuring the provider in the Appwrite Console, and calling one SDK method. Appwrite handles the PKCE flow, token exchange, and session management for you.
143143

144144
If you have questions or run into issues, the [Appwrite Discord server](https://appwrite.io/discord) is the best place to get help.
145145

146146
# Further reading
147147

148148
- [X OAuth integration guide](/integrations/oauth-x)
149149
- [Appwrite Auth OAuth2 docs](/docs/products/auth/oauth2)
150-
- [X Developer Portal](https://console.x.com)
150+
- [X Developer Console](https://console.x.com)
151151
- [X API OAuth2 documentation](https://docs.x.com/fundamentals/authentication/oauth-2-0/overview)
152152
- [Understanding OAuth and OpenID Connect](/blog/post/oauth-openid)
153153
- [Appwrite Auth API reference](/docs/references/cloud/client-web/account)

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +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. 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.
36+
First, head to the [X Developer Console](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.
3737

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

@@ -61,7 +61,7 @@ Follow the [OAuth 2 login](/docs/products/auth/oauth2#init) flow to test your pr
6161

6262
If you would like to learn more about X and Appwrite Auth, we have some resources that you should visit:
6363

64-
- [X Developer Portal](https://console.x.com)
64+
- [X Developer Console](https://console.x.com)
6565
- [Implement OAuth login in your apps using Appwrite Auth](/docs/products/auth/oauth2)
6666
- [Understanding OAuth and OpenID Connect](/blog/post/oauth-openid)
6767
- [Appwrite Auth API reference](/docs/references/cloud/client-web/account)

0 commit comments

Comments
 (0)