Skip to content

Commit a0ae310

Browse files
authored
Apply suggestion from @adityaoberai
1 parent a10a241 commit a0ae310

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ For developers, social login with Appwrite means you don't have to implement or
2424

2525
X in particular is valuable for apps that are social or content-focused. If your users are already on X, letting them authenticate with it creates a natural connection between their X identity and your product. You can also use the access token Appwrite stores to call the X API on their behalf, enabling things like reading their profile, fetching their posts, or building X-connected features.
2626

27-
Appwrite's X adapter also implements **OAuth 2.0 with PKCE** (Proof Key for Code Exchange), which is required by X's API v2 and protects against authorization code interception attacks. This is handled automatically with no extra configuration needed on your end.
28-
2927
# How OAuth2 works in Appwrite
3028

3129
When a user signs in with X, Appwrite manages the entire OAuth2 flow on your behalf:

0 commit comments

Comments
 (0)