{"id":20747718,"url":"https://github.com/web3auth/web3auth-swift-sdk","last_synced_at":"2025-08-25T01:34:12.374Z","repository":{"id":40393190,"uuid":"361668339","full_name":"Web3Auth/web3auth-swift-sdk","owner":"Web3Auth","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-08T08:24:25.000Z","size":1268,"stargazers_count":20,"open_issues_count":2,"forks_count":15,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-08T10:16:46.439Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Web3Auth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-04-26T08:08:14.000Z","updated_at":"2025-07-01T06:26:42.000Z","dependencies_parsed_at":"2023-07-13T22:20:39.900Z","dependency_job_id":"fb47650f-4f8b-4e66-b099-b9e84157ab17","html_url":"https://github.com/Web3Auth/web3auth-swift-sdk","commit_stats":{"total_commits":132,"total_committers":9,"mean_commits":"14.666666666666666","dds":0.6363636363636364,"last_synced_commit":"0d9d0da6882a57b625477488443be2feead9c228"},"previous_names":["torusresearch/openlogin-swift-sdk"],"tags_count":44,"template":false,"template_full_name":null,"purl":"pkg:github/Web3Auth/web3auth-swift-sdk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-swift-sdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-swift-sdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-swift-sdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-swift-sdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Web3Auth","download_url":"https://codeload.github.com/Web3Auth/web3auth-swift-sdk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-swift-sdk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271991278,"owners_count":24854745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-17T08:14:12.420Z","updated_at":"2025-08-25T01:34:12.355Z","avatar_url":"https://github.com/Web3Auth.png","language":"Swift","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web3Auth iOS SDK\n\nWeb3Auth is where passwordless auth meets non-custodial key infrastructure for Web3 apps and wallets. By aggregating OAuth (Google, Twitter, Discord) logins, different wallets and innovative Multi Party Computation (MPC) - Web3Auth provides a seamless login experience to every user on your application.\n\n## 📖 Documentation\n\nCheckout the official [Web3Auth Documentation](https://web3auth.io/docs) and [SDK Reference](https://web3auth.io/docs/sdk/ios/) to get started!\n\n## 💡 Features\n- Plug and Play, OAuth based Web3 Authentication Service\n- Fully decentralized, non-custodial key infrastructure\n- End to end Whitelabelable solution\n- Threshold Cryptography based Key Reconstruction\n- Multi Factor Authentication Setup \u0026 Recovery (Includes password, backup phrase, device factor editing/deletion etc)\n- Support for WebAuthn \u0026 Passwordless Login\n- Support for connecting to multiple wallets\n- DApp Active Session Management\n\n...and a lot more\n\n## ⏪ Requirements\n\n- iOS 14\n- Xcode 12.x+\n- Swift 5.x\n\n\n## ⚡ Installation\n### SPM\nIf you are using the Swift Package Manager, open the following menu item in Xcode:\n\n**File \u003e Swift Packages \u003e Add Package Dependency...**\n\nIn the Choose Package Repository prompt add this url:\n\n```\nhttps://github.com/web3auth/web3auth-swift-sdk\n```\n\n### Cocoapods\nIf you are using cocoapods , open the pod file and add \n\n```\npod 'Web3Auth', '9.0.0'\n```\n\n## 🌟 Configuration\n\nCheckout [SDK Reference](https://web3auth.io/docs/sdk/pnp/ios/install#configure-redirection) to configure the iOS App.\n\n## Getting State\n```swift\nimport Web3Auth\n\nlet web3auth = try Web3Auth(W3AInitParams(\n  // Get your Web3Auth Client Id from dashboard.web3auth.io\n  clientId: \"YOUR_WEB3AUTH_CLIENT_ID\",\n  network: .sapphire_mainnet,\n  redirectUrl: \"bundleId://auth\"\n))\n\n// Login\nlet result = try await web3Auth.login(W3ALoginParams(loginProvider: .GOOGLE))\n\n// Logout\ntry await web3auth.logout()\n```\n\n## 🩹 Examples\n\nCheckout the examples for your preferred blockchain and platform in our [examples](https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios)\n\n## 🌐 Demo\n\nCheckout the [Web3Auth Demo](https://demo-app.web3auth.io/) to see how Web3Auth can be used in an application.\n\nHave a look at our [Web3Auth PnP iOS Quick Start](https://github.com/Web3Auth/web3auth-pnp-examples/tree/main/ios/ios-quick-start) to help you quickly integrate a basic instance of Web3Auth Plug and Play in your iOS app.\n\nFurther checkout the [demo folder](https://github.com/Web3Auth/web3auth-swift-sdk/tree/master/Web3authSwiftSdkDemo) within this repository, which contains a sample app.\n\n## 💬 Troubleshooting and Support\n\n- Have a look at our [Community Portal](https://community.web3auth.io/) to see if anyone has any questions or issues you might be having. Feel free to create new topics and we'll help you out as soon as possible.\n- Checkout our [Troubleshooting Documentation Page](https://web3auth.io/docs/troubleshooting) to know the common issues and solutions.\n- For Priority Support, please have a look at our [Pricing Page](https://web3auth.io/pricing.html) for the plan that suits your needs.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3auth%2Fweb3auth-swift-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3auth%2Fweb3auth-swift-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3auth%2Fweb3auth-swift-sdk/lists"}