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: src/routes/blog/post/x-oauth2-appwrite/+page.markdoc
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -39,11 +39,11 @@ Appwrite's X adapter uses **OAuth 2.0 with PKCE** (Proof Key for Code Exchange),
39
39
40
40
# Creating an X Developer app
41
41
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).
43
43
44
44
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.
45
45
46
-

46
+

47
47
48
48
Once the app is created, open the app's **Settings** and scroll down to **User authentication settings**. Click **Set up** and configure the following:
49
49
@@ -63,7 +63,7 @@ Head to your [Appwrite Console](https://cloud.appwrite.io/) and open your projec
63
63
64
64
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.
65
65
66
-
Save the changes in both the X Developer Portal and Appwrite.
66
+
Save the changes in both the X Developer Console and Appwrite.
67
67
68
68
# Logging in from your frontend
69
69
@@ -139,15 +139,15 @@ This renews the X access token without interrupting the user's Appwrite session.
139
139
140
140
# Final thoughts
141
141
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.
143
143
144
144
If you have questions or run into issues, the [Appwrite Discord server](https://appwrite.io/discord) is the best place to get help.
Copy file name to clipboardExpand all lines: src/routes/integrations/oauth-x/+page.markdoc
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To implement the X OAuth adapter in Appwrite Auth, there are several steps you m
33
33
34
34
## Step 1: Create an X Developer app
35
35
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.
37
37
38
38
In your app's settings, scroll down to **User authentication settings** and click **Set up**. Configure the following:
39
39
@@ -61,7 +61,7 @@ Follow the [OAuth 2 login](/docs/products/auth/oauth2#init) flow to test your pr
61
61
62
62
If you would like to learn more about X and Appwrite Auth, we have some resources that you should visit:
63
63
64
-
- [X Developer Portal](https://console.x.com)
64
+
- [X Developer Console](https://console.x.com)
65
65
- [Implement OAuth login in your apps using Appwrite Auth](/docs/products/auth/oauth2)
66
66
- [Understanding OAuth and OpenID Connect](/blog/post/oauth-openid)
67
67
- [Appwrite Auth API reference](/docs/references/cloud/client-web/account)
0 commit comments