Skip to content

Conversation

@dmcrodrigues
Copy link

No description provided.

@dmcrodrigues dmcrodrigues force-pushed the feat/add-support-for-auth-proxy branch from 87e37f3 to 6e76c45 Compare September 20, 2025 16:25
…uthProxy

  - Implement AuthProxyCaptureMiddleware to buffer non-2xx HTTP responses
  - Add AuthProxyResponseProtocol for consistent response unwrapping
  - Enhance error handling with transport-level error wrapping
  - Update all operation outputs to conform to AuthProxyResponseProtocol
  - Fix TurnkeyCrypto dependencies in Package.swift
Package.swift Outdated
.library(name: "TurnkeyPasskeys", targets: ["TurnkeyPasskeys"]),
.library(name: "TurnkeyStamper", targets: ["TurnkeyStamper"]),
.library(name: "TurnkeySwift", targets: ["TurnkeySwift"]),
.executable(name: "AuthProxyCLI", targets: ["AuthProxyCLI"]),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That target only exists locally (likely for testing), so the package resolution fails

image

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dioKaratzas Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants