{"id":20747730,"url":"https://github.com/web3auth/web3auth-core-kit-examples","last_synced_at":"2025-04-28T12:02:06.554Z","repository":{"id":143690432,"uuid":"611434771","full_name":"Web3Auth/web3auth-core-kit-examples","owner":"Web3Auth","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-09T14:55:53.000Z","size":228318,"stargazers_count":29,"open_issues_count":7,"forks_count":23,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-09T15:45:38.962Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":false,"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}},"created_at":"2023-03-08T20:25:29.000Z","updated_at":"2025-04-09T11:31:18.000Z","dependencies_parsed_at":"2023-10-30T05:33:30.377Z","dependency_job_id":"d308ef46-98ee-4b5b-9a89-18add32cf934","html_url":"https://github.com/Web3Auth/web3auth-core-kit-examples","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-core-kit-examples","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-core-kit-examples/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-core-kit-examples/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Web3Auth%2Fweb3auth-core-kit-examples/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Web3Auth","download_url":"https://codeload.github.com/Web3Auth/web3auth-core-kit-examples/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251311332,"owners_count":21569008,"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","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:13.377Z","updated_at":"2025-04-28T12:02:06.448Z","avatar_url":"https://github.com/Web3Auth.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Web3Auth Core Kit Examples\n\n[Web3Auth](https://web3auth.io) is a pluggable auth infrastructure for Web3 wallets and applications. It streamlines the\nonboarding of both mainstream and crypto native users in under a minute by providing experiences that they're most\ncomfortable with.\n\nWith support for all social logins, web \u0026 mobile native platforms, wallets and other key management methods, Web3Auth\nresults in a standard cryptographic key provider specific to the user and application.\n\n## Important Links\n\n- [Website](https://web3auth.io)\n- [Docs](https://web3auth.io/docs)\n- [Guides](https://web3auth.io/docs/guides)\n- [SDK / API References](https://web3auth.io/docs/sdk)\n- [Pricing](https://web3auth.io/pricing.html)\n- [Github Discussion Board](https://github.com/orgs/Web3Auth/discussions)\n\n## Examples\n\n### Web: MPC Core Kit\n\n| SDK                      | Lang Framework | Directory                                                                                                          |\n| :----------------------- | :------------- | :----------------------------------------------------------------------------------------------------------------- |\n| `@web3auth/mpc-core-kit` | `Angular`      | [MPC CoreKit Web - Angular QuickStart](/mpc-core-kit-web/quick-starts/mpc-core-kit-angular-quick-start/)           |\n| `@web3auth/mpc-core-kit` | `Next.js`      | [MPC CoreKit Web - Next.js QuickStart](/mpc-core-kit-web/quick-starts/mpc-core-kit-nextjs-quick-start/)            |\n| `@web3auth/mpc-core-kit` | `React`        | [MPC CoreKit Web - React QuickStart](/mpc-core-kit-web/quick-starts/mpc-core-kit-react-quick-start/)               |\n| `@web3auth/mpc-core-kit` | `Vue.js`       | [MPC CoreKit Web - Vue QuickStart](/mpc-core-kit-web/quick-starts/mpc-core-kit-vue-quick-start/)                   |\n| `@web3auth/mpc-core-kit` | `React`        | [MPC CoreKit Web - PopUp Example](/mpc-core-kit-web/implicit-flow-examples/mpc-core-kit-popup-flow-example/)       |\n| `@web3auth/mpc-core-kit` | `React`        | [MPC CoreKit Web - Redirect Example](/mpc-core-kit-web/implicit-flow-examples/mpc-core-kit-redirect-flow-example/) |\n| `@web3auth/mpc-core-kit` | `React`        | [MPC CoreKit Web - Aggregate Example](/mpc-core-kit-web/mpc-core-kit-aggregate-verifier-example/)                  |\n\n### Single Factor Auth (SFA) SDKs\n\n#### Web: Single Factor Auth Web SDK\n\n| SDK                            | Lang Framework | Directory                                                                                        |\n| :----------------------------- | :------------- | :----------------------------------------------------------------------------------------------- |\n| QuickStart                     |                |                                                                                                  |\n| `@web3auth/single-factor-auth` | `Angular`      | [SFA Quick Start - Angular](/single-factor-auth-web/quick-starts/sfa-angular-quick-start/)       |\n| `@web3auth/single-factor-auth` | `Next.js`      | [SFA Quick Start - Next.js](/single-factor-auth-web/quick-starts/sfa-nextjs-quick-start/)        |\n| `@web3auth/single-factor-auth` | `React`        | [SFA Quick Start - React](/single-factor-auth-web/quick-starts/sfa-react-quick-start/)           |\n| `@web3auth/single-factor-auth` | `JavaScript`   | [SFA Quick Start - Vanilla JS](/single-factor-auth-web/quick-starts/sfa-vanillajs-quick-start/)  |\n| `@web3auth/single-factor-auth` | `Vue.js`       | [SFA Quick Start - Vue](/single-factor-auth-web/quick-starts/sfa-vue-quick-start/)               |\n| Other examples                 |                |                                                                                                  |\n| `@web3auth/single-factor-auth` | `React`        | [SFA Aggregate Verifier - React](/single-factor-auth-web/sfa-web-aggregate-verifier-example/)    |\n| `@web3auth/single-factor-auth` | `React`        | [SFA Auth0 example - React](/single-factor-auth-web/sfa-web-auth0-example/)                      |\n| `@web3auth/single-factor-auth` | `React`        | [SFA Custom JWT - React](/single-factor-auth-web/sfa-web-custom-jwt-example/)                    |\n| `@web3auth/single-factor-auth` | `React`        | [SFA Google idToken - React](/single-factor-auth-web/sfa-web-google-example/)                    |\n\n#### Web Backend: Single Factor Auth Node SDK\n\n| SDK                  | Lang Framework | Directory                                                          |\n| :------------------- | :------------- | :----------------------------------------------------------------- |\n| `@web3auth/node-sdk` | `JavaScript`   | [SFA Node Example](/single-factor-auth-node/sfa-node-quick-start/) |\n\n#### Mobile: Single Factor Auth Android SDK\n\n| SDK   | Lang Framework | Directory                                                                                  |\n| :---- | :------------- | :----------------------------------------------------------------------------------------- |\n| `SFA` | `Android`      | [Single Factor Auth Android Example](/single-factor-auth-android/sfa-android-quick-start/) |\n\n#### Mobile: Single Factor Auth iOS SDK\n\n| SDK   | Lang Framework | Directory                                                                         |\n| :---- | :------------- | :-------------------------------------------------------------------------------- |\n| `SFA` | `iOS`          | [Single Factor Auth iOS QuickStart](/single-factor-auth-ios/sfa-ios-quick-start/) |\n\n#### Mobile: Single Factor Auth React Native SDK\n\n| SDK   | Lang Framework                  | Directory                                                                                                     |\n| :---- | :------------------------------ | :------------------------------------------------------------------------------------------------------------ |\n| `SFA` | `React Native` Firebase Example | [Single Factor Auth React Native Firebase Example](/single-factor-auth-react-native/sfa-rn-bare-quick-start/) |\n| `SFA` | `React Native` Auth0 Example    | [Single Factor Auth React Native Auth0 Example](/single-factor-auth-react-native/sfa-rn-expo-auth0-example/)  |\n\n#### Mobile: Single Factor Auth Flutter SDK\n\n| SDK   | Lang Framework | Directory                                                                                     |\n| :---- | :------------- | :-------------------------------------------------------------------------------------------- |\n| `SFA` | `Flutter`      | [Single Factor Auth Flutter QuickStart](/single-factor-auth-flutter/sfa_flutter_quick_start/) |\n| `SFA` | `Flutter`      | [Single Factor Auth Flutter Solana Example](/single-factor-auth-flutter/sfa_flutter_solana/)  |\n\n## Questions\n\nAsk us on our [Community Forum](https://community.web3auth.io/) or reach out to our\n[Discord](https://discord.gg/web3auth).\n\n## License\n\n[MIT License](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3auth%2Fweb3auth-core-kit-examples","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb3auth%2Fweb3auth-core-kit-examples","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb3auth%2Fweb3auth-core-kit-examples/lists"}