fix(openfort-swift): update skill file against Swift SDK v1.0.1#26
fix(openfort-swift): update skill file against Swift SDK v1.0.1#26emauja wants to merge 1 commit into
Conversation
- Remove passkey references (not supported in Swift SDK) - Fix debug config key to required (Bool, not Bool?) - Add missing callbackURL param to OFVerifyEmailParams - Add phone OTP auth methods (requestPhoneOtp, logInWithPhoneOtp, linkPhoneOtp) - Add direct SIWE login (loginWithSiwe) - Add SIWE wallet linking (initLinkSiwe, linkWithSiwe) - Add OAuth linking methods (initLinkOAuth, poolOAuth, unlinkOAuth) - Add wallet link/unlink methods (linkWallet, unlinkWallet) - Add email management (addEmail, verifyEmailOtp) - Add embedded account management (get, create, recover, list) - Add token management (validateAndRefreshToken) - Add session signature request (sendSignatureSessionRequest) Fixes #25 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Re-verification (2026-04-20)Re-verified against openfort-xyz/swift-sdk tag 1.0.1 (latest — unchanged since this PR was created). All changes in this PR remain accurate and necessary:
No additional discrepancies found beyond what this PR addresses. Recommend merge. |
Re-verification (2026-04-23)Re-verified against openfort-xyz/swift-sdk tag 1.0.1 (commit No new SDK changes since the previous re-verification on 2026-04-20. The only post-tag commit on All fixes in this PR remain correct and necessary:
Recommend merge. No additional discrepancies; the skill file is accurate once this PR lands. Automated re-verification by worker-6 (task 49a0ac6f-75cf-40eb-932b-443a504f5b1c). |
Re-verification (2026-04-27)Re-verified against openfort-xyz/swift-sdk tag 1.0.1 (commit No new SDK changes since the previous re-verification on 2026-04-23:
All findings in this PR remain accurate and necessary. Ready for review. Task target mismatches still present in the upstream review prompt
cc @tarasyarema — this PR has been waiting for review since 2026-04-16. Could a maintainer take a look? |
Summary
debugconfig key to required (Bool, notBool?)callbackURLparam toOFVerifyEmailParamsSDK Version
Verified against openfort-xyz/swift-sdk tag 1.0.1 (latest as of 2026-04-16)
What Changed
.passkeyfromOFRecoveryMethodenum andpasskeyInfofromOFRecoveryParamsDTO— Passkeys are not supporteddebuginOFConfig.plisttable changed from optional to requiredcallbackURL: String?toOFVerifyEmailParamsrequestPhoneOtp,logInWithPhoneOtp,linkPhoneOtploginWithSiwe(direct single-step SIWE auth)initLinkSiwe,linkWithSiweinitLinkOAuth,poolOAuth,unlinkOAuthlinkWallet,unlinkWalletaddEmail,verifyEmailOtpget,create,recover,listvalidateAndRefreshTokensendSignatureSessionRequestNote
The
openfort-xyz/documentationrepository referenced in the review schedule does not exist. Only the skill file (Part 1) was reviewed. Remaining undocumented utility methods (ping,getEmbeddedState,getURL) were omitted as they are internal/diagnostic.Fixes #25
🤖 Generated with Claude Code