Skip to content

Conversation

@moeodeh3
Copy link
Contributor

@moeodeh3 moeodeh3 commented Oct 6, 2025

  • add auth proxy support in TurnkeyHttp
  • add auth abstractions in TurnkeySwift
    - initOtp()
    - verifyOtp()
    - loginWithOtp()
    - signUpWithOtp()
    - completeOtp()


do {
// generate the keypair up front
let generatedPublicKey = try createKeyPair()

Choose a reason for hiding this comment

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

I think public key should be injected here like loginWithOtp does

let resolvedPublicKey = try publicKey ?? createKeyPair()

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.

4 participants