Skip to content

Commit 61573b7

Browse files
authored
feat(auth): add X (OAuth 2.0) provider (#872)
1 parent b7fdae8 commit 61573b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Auth/Types.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,10 @@ public enum Provider: String, Identifiable, Codable, CaseIterable, Sendable {
306306
case slackOIDC = "slack_oidc"
307307
case spotify
308308
case twitch
309+
/// Uses OAuth 1.0a
309310
case twitter
311+
/// Uses OAuth 2.0
312+
case x
310313
case workos
311314
case zoom
312315
case fly

0 commit comments

Comments
 (0)