Skip to content

Commit 281070a

Browse files
authored
feat(auth): add X (OAuth 2.0) provider (#1960)
1 parent ba17c2f commit 281070a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/core/auth-js/src/lib/types.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,10 @@ export type Provider =
3434
| 'slack_oidc'
3535
| 'spotify'
3636
| 'twitch'
37+
/** Uses OAuth 1.0a */
3738
| 'twitter'
39+
/** Uses OAuth 2.0 */
40+
| 'x'
3841
| 'workos'
3942
| 'zoom'
4043
| 'fly'

0 commit comments

Comments
 (0)