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: apps/docs/content/guides/auth/social-login/auth-twitter.mdx
+34-29Lines changed: 34 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,36 @@
1
1
---
2
2
id: 'auth-twitter'
3
-
title: 'Login with Twitter'
4
-
description: 'Add Twitter OAuth to your Supabase project'
3
+
title: 'Login with X / Twitter'
4
+
description: 'Add X / Twitter OAuth to your Supabase project'
5
5
---
6
6
7
-
To enable Twitter Auth for your project, you need to set up a Twitter OAuth application and add the application credentials in the Supabase Dashboard.
7
+
To enable X / Twitter Auth for your project, you need to set up an X OAuth 2.0 application and add the application credentials in the Supabase Dashboard.
8
8
9
9
## Overview
10
10
11
-
Setting up Twitter logins for your application consists of 3 parts:
11
+
<Admonitiontype="caution">
12
12
13
-
- Create and configure a Twitter Project and App on the [Twitter Developer Dashboard](https://developer.twitter.com/en/portal/dashboard).
14
-
- Add your Twitter `API Key` and `API Secret Key` to your [Supabase Project](/dashboard).
13
+
We recommend using the **X / Twitter (OAuth 2.0)** provider. The legacy **Twitter (OAuth 1.0a)**
14
+
provider will be deprecated in future releases.
15
+
16
+
</Admonition>
17
+
18
+
Setting up X / Twitter logins for your application consists of 3 parts:
19
+
20
+
- Create and configure an X Project and App on the [X Developer Dashboard](https://developer.x.com/en/portal/dashboard).
21
+
- Add your X `API Key` and `API Secret Key` to your [Supabase Project](/dashboard).
15
22
- Add the login code to your [Supabase JS Client App](https://github.com/supabase/supabase-js).
16
23
17
-
## Access your Twitter Developer account
24
+
## Access your X developer account
18
25
19
-
- Go to [developer.twitter.com](https://developer.twitter.com).
26
+
- Go to [developer.x.com](https://developer.x.com).
0 commit comments