{"id":28765994,"url":"https://github.com/web3auth/web3auth-android-examples","last_synced_at":"2026-03-06T10:05:44.653Z","repository":{"id":294300533,"uuid":"985321352","full_name":"Web3Auth/web3auth-android-examples","owner":"Web3Auth","description":null,"archived":false,"fork":false,"pushed_at":"2025-11-18T07:09:04.000Z","size":22371,"stargazers_count":6,"open_issues_count":2,"forks_count":6,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-18T09:06:44.592Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-05-17T14:15:53.000Z","updated_at":"2025-10-24T01:41:10.000Z","dependencies_parsed_at":"2025-05-21T15:43:49.797Z","dependency_job_id":null,"html_url":"https://github.com/Web3Auth/web3auth-android-examples","commit_stats":null,"previous_names":["web3auth/web3auth-mobile-examples","web3auth/web3auth-android-examples"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Web3Auth/web3auth-android-examples","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-android-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-android-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-android-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-android-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Web3Auth","download_url":"https://codeload.github.com/Web3Auth/web3auth-android-examples/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-android-examples/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30171657,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-06T07:56:45.623Z","status":"ssl_error","status_checked_at":"2026-03-06T07:55:55.621Z","response_time":250,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2025-06-17T11:40:13.626Z","updated_at":"2026-03-06T10:05:44.622Z","avatar_url":"https://github.com/Web3Auth.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web3Auth Mobile SDK Examples\n\n[Web3Auth](https://web3auth.io) is a pluggable auth infrastructure for Web3 wallets and applications. This repository contains examples demonstrating the integration of Web3Auth's plug-and-play SDKs across various mobile platforms.\n\n## 🌟 Key Features\n\n- **Plug-and-Play Integration**: Ready-to-use SDKs for iOS, Android, React Native, and Flutter\n- **Social Logins**: Support for multiple authentication providers (Google, Facebook, Twitter, etc.)\n- **Blockchain Support**: Examples for various blockchain integrations (EVM, Solana, etc.)\n- **Custom Authentication**: Examples showing custom auth provider integration\n- **Aggregate Verifiers**: Advanced examples demonstrating multi-provider authentication\n\n## 📱 Platform Examples\n\n### React Native\n- [Quick Start Example](./react-native/rn-bare-quick-start): Basic integration with EVM chains\n- [Auth0 Example](./react-native/rn-bare-auth0-example): Custom authentication with Auth0\n- [Firebase Example](./react-native/rn-bare-firebase-example): Integration with Firebase authentication\n- [Solana Example](./react-native/rn-bare-solana-example): Integration with Solana blockchain\n- [Aggregate Verifier Example](./react-native/rn-bare-aggregate-verifier-example): Multi-provider authentication\n- [Expo Example](./react-native/rn-expo-example): Integration in Expo framework\n\n### iOS\n- [Quick Start Example](./ios/ios-quick-start): Basic integration with EVM chains\n- [Auth0 Example](./ios/ios-auth0-example): Custom authentication with Auth0\n- [Firebase Example](./ios/ios-firebase-example): Integration with Firebase authentication\n- [Solana Example](./ios/ios-solana-example): Integration with Solana blockchain\n- [Aptos Example](./ios/ios-aptos-example): Integration with Aptos blockchain\n- [Aggregate Verifier Example](./ios/ios-aggregate-verifier-example): Multi-provider authentication\n- [Playground](./ios/ios-playground): Advanced features and configurations\n\n### Flutter\n- [Quick Start Example](./flutter/flutter-quick-start): Basic integration with EVM chains\n- [Auth0 Example](./flutter/flutter-auth0-example): Custom authentication with Auth0\n- [Firebase Example](./flutter/flutter-firebase-example): Integration with Firebase authentication\n- [Aggregate Verifier Example](./flutter/flutter-aggregate-verifier-example): Multi-provider authentication\n\n### Android\n- [Quick Start Example](./android/android-quick-start): Basic integration with EVM chains\n- [Auth0 Example](./android/android-auth0-example): Custom authentication with Auth0\n- [Firebase Example](./android/android-firebase-example): Integration with Firebase authentication\n- [Aggregate Verifier Example](./android/android-aggregate-verifier-example): Multi-provider authentication\n\n## 🚀 Getting Started\n\nEach example contains its own README with specific setup instructions. Generally, you'll need to:\n\n1. Clone this repository\n2. Choose your platform and example\n3. Follow the example-specific README instructions\n4. Get your Web3Auth Client ID from the [Web3Auth Dashboard](https://dashboard.web3auth.io)\n5. Configure the example with your Client ID and run it\n\n## 📚 Documentation\n\n- [Web3Auth Documentation](https://web3auth.io/docs)\n- [Integration Builder](https://web3auth.io/docs/integration-builder)\n- Platform-specific guides:\n  - [iOS Guide](https://web3auth.io/docs/sdk/pnp/ios)\n  - [Android Guide](https://web3auth.io/docs/sdk/pnp/android)\n  - [React Native Guide](https://web3auth.io/docs/sdk/pnp/react-native)\n  - [Flutter Guide](https://web3auth.io/docs/sdk/pnp/flutter)\n\n## 🤝 Support\n\n- [Join our Discord](https://discord.gg/web3auth)\n- [Visit our Website](https://web3auth.io)\n- [Follow us on Twitter](https://twitter.com/web3auth)\n- [Submit an Issue](https://github.com/Web3Auth/web3auth-mobile-examples/issues)\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3auth%2Fweb3auth-android-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3auth%2Fweb3auth-android-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3auth%2Fweb3auth-android-examples/lists"}