From 97b4bfe7a0ef1e45b1877f60dd98bcc4c7014782 Mon Sep 17 00:00:00 2001 From: issuedat <165281975+issuedat@users.noreply.github.com> Date: Tue, 16 Dec 2025 14:05:32 +0100 Subject: [PATCH] feat(auth): add X (OAuth 2.0) provider --- Sources/Auth/Types.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Sources/Auth/Types.swift b/Sources/Auth/Types.swift index 51d7c473..beb2ece8 100644 --- a/Sources/Auth/Types.swift +++ b/Sources/Auth/Types.swift @@ -306,7 +306,10 @@ public enum Provider: String, Identifiable, Codable, CaseIterable, Sendable { case slackOIDC = "slack_oidc" case spotify case twitch + /// Uses OAuth 1.0a case twitter + /// Uses OAuth 2.0 + case x case workos case zoom case fly