diff --git a/src/pages/guides/auth0.mdx b/src/pages/guides/auth0.mdx index d88f6cb92..7d65e5b05 100644 --- a/src/pages/guides/auth0.mdx +++ b/src/pages/guides/auth0.mdx @@ -1,23 +1,11 @@ --- -title: Using Auth0 with Web3Auth Plug and Play No Modal SDK +title: Getting Started with Web3Auth and Auth0 image: "guides/banners/auth0-no-modal.png" -description: Learn how to use Web3Auth Plug and Play No Modal SDK with Auth0 +description: + A comprehensive guide to setting up your Web3Auth Plug and Play No Modal SDK and Auth0 account, + including development of a basic web application on your chosen blockchain. type: guide -tags: - [ - web, - "@web3auth/no-modal", - auth0, - custom authentication, - react, - ethereum, - sms, - email, - sms passwordless, - email passwordless, - passwordless, - sms otp, - ] +tags: [web, auth0, custom authentication, react, ethereum, passwordless] date: January 3, 2023 author: Web3Auth Team communityPortalTopicId: 45 @@ -42,8 +30,8 @@ import InteractingWithBlockchain from "@site/src/common/guides/_interacting-with import OpenloginConfigCode from "@site/src/common/guides/_openlogin-config-code-auth0.mdx"; diff --git a/src/pages/guides/farcaster-mpc-core-kit-web.mdx b/src/pages/guides/farcaster-mpc-core-kit-web.mdx index af307c441..b51befe82 100644 --- a/src/pages/guides/farcaster-mpc-core-kit-web.mdx +++ b/src/pages/guides/farcaster-mpc-core-kit-web.mdx @@ -1,9 +1,11 @@ --- -title: Integrate Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK +title: Implement Farcaster through Web3Auth MPC CoreKit Web SDK image: "guides/banners/farcaster-mpc-ck-web.png" -description: Learn how to use Sign In with Farcaster with Web3Auth MPC CoreKit Web SDK +description: + Integrate Web3Auth MPC CoreKit Web SDK, handling user logins with JWT tokens, and adding + additional features like blockchain interactions and logout functionality. type: guide -tags: ["@web3auth/mpc-core-kit", mpc, mpc-core-kit-web, farcaster, react, ethereum, next.js] +tags: ["@web3auth/mpc-core-kit", mpc, farcaster, react, ethereum] date: May 8, 2024 author: Web3Auth Team communityPortalTopicId: @@ -13,8 +15,8 @@ pinned: false import SEO from "@site/src/components/SEO"; diff --git a/src/pages/guides/farcaster-sfa-web.mdx b/src/pages/guides/farcaster-sfa-web.mdx index 95776313e..599696f7a 100644 --- a/src/pages/guides/farcaster-sfa-web.mdx +++ b/src/pages/guides/farcaster-sfa-web.mdx @@ -1,7 +1,9 @@ --- title: Integrate Sign In with Farcaster with Web3Auth SFA Web SDK image: "guides/banners/farcaster-sfa-web.png" -description: Learn how to use Sign In with Farcaster with Web3Auth SFA Web SDK +description: + Detailed steps to Sign In with Farcaster, configuring the provider, and integrating a sign-in + button using Web3Auth. type: guide tags: ["@web3auth/single-factor-auth", sfa-web, farcaster, react, ethereum, next.js] date: May 6, 2024 @@ -14,7 +16,8 @@ import SEO from "@site/src/components/SEO"; diff --git a/src/pages/guides/flutter-wallet.mdx b/src/pages/guides/flutter-wallet.mdx index d70ff7835..b58d14dcb 100644 --- a/src/pages/guides/flutter-wallet.mdx +++ b/src/pages/guides/flutter-wallet.mdx @@ -1,8 +1,7 @@ --- -title: Build your own Chain Agnostic Web3 wallet in Flutter +title: Create a Chain Agnostic Web3 wallet in Flutter image: "guides/banners/flutter-wallet.png" -description: - Learn how to use Web3Auth PnP Flutter SDK to build Chain Agnostic Web3 wallet in Flutter +description: Empower your Flutter app with a Chain Agnostic Web3 wallet using the Web3Auth PnP SDK. type: guide tags: [mobile, flutter, ethereum, solana] date: April 22, 2024 @@ -16,7 +15,7 @@ import WalletPreview from "@site/static/guides/flutter-wallet-preview.png"; diff --git a/src/pages/guides/github-oauth.mdx b/src/pages/guides/github-oauth.mdx index de87554bb..4fb0845d7 100644 --- a/src/pages/guides/github-oauth.mdx +++ b/src/pages/guides/github-oauth.mdx @@ -1,7 +1,9 @@ --- -title: Integrating Github OAuth with Web3Auth for Authentication +title: Github OAuth with Web3Auth for Authentication image: "guides/banners/github-oauth.png" -description: Learn how to integrate Github OAuth with Web3auth +description: + Enhance your app's authentication with a step-by-step guide on integrating Github OAuth seamlessly + with Web3Auth. type: guide tags: [github, oauth, authentication] date: March 8, 2024 @@ -12,7 +14,7 @@ communityPortalTopicId: import SEO from "@site/src/components/SEO"; diff --git a/src/pages/guides/mpc-core-kit.mdx b/src/pages/guides/mpc-core-kit.mdx index ebdcd43fa..fa642cf16 100644 --- a/src/pages/guides/mpc-core-kit.mdx +++ b/src/pages/guides/mpc-core-kit.mdx @@ -1,7 +1,9 @@ --- -title: Using Web3Auth MPC Core Kit SDK +title: Step-by-Step Guide to implement Web3Auth MPC SDK in React image: "guides/banners/mpc.png" -description: Learn how to use the Web3Auth MPC Core Kit SDK in your React Application +description: + Learn how to integrate Web3Auth MPC SDK into a React app, set up secure Google login, and enhance + your app's security and blockchain interactions. type: guide tags: [web, corekit, mpc, google, whitelabel, react, ethereum] date: May 15, 2023 @@ -13,8 +15,8 @@ pinned: true import SEO from "@site/src/components/SEO"; diff --git a/src/pages/guides/rainbowkit-guide.mdx b/src/pages/guides/rainbowkit-guide.mdx index 2e28b759e..c720bff6b 100644 --- a/src/pages/guides/rainbowkit-guide.mdx +++ b/src/pages/guides/rainbowkit-guide.mdx @@ -1,7 +1,9 @@ --- -title: Integrating Rainbow Kit with Web3Auth PnP SDK for Authentication +title: Integrate Rainbow Kit with Web3Auth PnP SDK for Authentication image: "guides/banners/rainbowkit-guide.png" -description: Learn how to integrate Rainbowkit and Web3auth for authentication. +description: + Discover how to effortlessly integrate Rainbow Kit with Web3Auth for a seamless authentication + experience. type: guide tags: [rainbowkit, authentication, pnp, wagmi] date: March 13, 2024 @@ -16,8 +18,8 @@ import Web3AuthPrerequisites from "@site/src/common/guides/_web3auth-prerequisit import DashboardSetup from "@site/src/common/guides/_web3auth_dashboard_setup.mdx"; diff --git a/src/pages/guides/sfa-rn-bare-firebase.mdx b/src/pages/guides/sfa-rn-bare-firebase.mdx index d9a4506c3..71489f04f 100644 --- a/src/pages/guides/sfa-rn-bare-firebase.mdx +++ b/src/pages/guides/sfa-rn-bare-firebase.mdx @@ -1,23 +1,13 @@ --- title: Using Firebase with Web3Auth SFA React Native SDK image: "guides/banners/sfa-firebase.png" -description: Learn how to use Web3Auth Single Factor Auth React Native SDK with Firebase +description: + Web3Auth Single Factor Authentication (SFA) React Native SDK with Firebase enables secure + blockchain authentication using Google social login. The process involves setting up Firebase and + Web3Auth, initializing the SDK, authenticating users, and interacting with the Ethereum + blockchain. type: guide -tags: - [ - web, - "@web3auth/single-factor-auth", - firebase, - custom authentication, - react native, - ethereum, - sms, - email, - sms passwordless, - email passwordless, - passwordless, - sms otp, - ] +tags: [web, SFA, firebase, custom authentication, react native, ethereum] date: 14 November, 2023 author: Web3Auth Team communityPortalTopicId: 32 diff --git a/src/pages/guides/sfa-rn-expo-auth0.mdx b/src/pages/guides/sfa-rn-expo-auth0.mdx index 33d4ded19..4be1ba715 100644 --- a/src/pages/guides/sfa-rn-expo-auth0.mdx +++ b/src/pages/guides/sfa-rn-expo-auth0.mdx @@ -1,7 +1,10 @@ --- title: Using Auth0 with Web3Auth SFA React Native SDK image: "guides/banners/sfa-auth0.png" -description: Learn how to use Web3Auth Single Factor Auth React Native SDK with Auth0 +description: + This guide provides a step-by-step approach to integrating Auth0 with the Web3Auth Single Factor + Authentication (SFA) React Native SDK, aimed at simplifying user authentication and wallet + management for Ethereum-based applications. type: guide tags: [ diff --git a/src/pages/guides/sfa-web-aggregate.mdx b/src/pages/guides/sfa-web-aggregate.mdx index c18570bb3..64d7b1f8a 100644 --- a/src/pages/guides/sfa-web-aggregate.mdx +++ b/src/pages/guides/sfa-web-aggregate.mdx @@ -1,23 +1,11 @@ --- title: Aggregate Auth0 & Google with Web3Auth SFA Web SDK image: "guides/banners/sfa-auth0-google.png" -description: Learn how to use Web3Auth Single Factor Auth Web SDK with Auth0 & Google aggregation +description: + Integrate Auth0 and Google with the Web3Auth Single Factor Authentication (SFA) Web SDK to + streamline user authentication and wallet management for your Ethereum dApp. type: guide -tags: - [ - web, - "@web3auth/single-factor-auth", - auth0, - custom authentication, - react, - ethereum, - sms, - email, - sms passwordless, - email passwordless, - passwordless, - sms otp, - ] +tags: [web, SFA, auth0, custom authentication, react] date: 14 November, 2023 author: Web3Auth Team communityPortalTopicId: 22 diff --git a/src/pages/guides/sfa-web-auth0.mdx b/src/pages/guides/sfa-web-auth0.mdx index aa069819f..003bd0e79 100644 --- a/src/pages/guides/sfa-web-auth0.mdx +++ b/src/pages/guides/sfa-web-auth0.mdx @@ -1,23 +1,11 @@ --- title: Using Auth0 with Web3Auth SFA Web SDK image: "guides/banners/sfa-web-auth0.png" -description: Learn how to use Web3Auth Single Factor Auth Web SDK with Auth0 +description: + This guide provides a step-by-step process for integrating the Web3Auth Single Factor Auth (SFA) + Web SDK with Firebase in a React application. type: guide -tags: - [ - web, - "@web3auth/single-factor-auth", - auth0, - custom authentication, - react, - ethereum, - sms, - email, - sms passwordless, - email passwordless, - passwordless, - sms otp, - ] +tags: [web3auth, sfa, auth0, custom authentication, react, web] date: 14 November, 2023 author: Web3Auth Team communityPortalTopicId: 22 diff --git a/src/pages/guides/sfa-web-firebase.mdx b/src/pages/guides/sfa-web-firebase.mdx index e0dcea019..97c3fbf05 100644 --- a/src/pages/guides/sfa-web-firebase.mdx +++ b/src/pages/guides/sfa-web-firebase.mdx @@ -1,7 +1,10 @@ --- -title: Using Firebase with Web3Auth SFA Web SDK +title: Implements Firebase with Web3Auth SFA Web SDK image: "guides/banners/sfa-web-firebase.png" -description: Learn how to use Web3Auth Single Factor Auth Web SDK with Firebase +description: + Integrate Firebase with Web3Auth SFA Web SDK effortlessly. Set up Firebase, create a Web3Auth + project, and configure custom authentication. Manage authentication states and interact with the + blockchain seamlessly. type: guide tags: [ diff --git a/src/pages/guides/telegram-oauth.mdx b/src/pages/guides/telegram-oauth.mdx index e9da4ff6c..726ea43f9 100644 --- a/src/pages/guides/telegram-oauth.mdx +++ b/src/pages/guides/telegram-oauth.mdx @@ -1,7 +1,9 @@ --- -title: Integrating Telegram OAuth with Web3Auth for Authentication +title: Implement Telegram OAuth with Web3Auth for Authentication image: "guides/banners/telegram-oauth.png" -description: Learn how to integrate Telegram OAuth with Web3auth +description: + Step by Step to seamlessly integrate Telegram OAuth with Web3Auth to enhance your app's + authentication capabilities. type: guide tags: [telegram, oauth, authentication] date: March 8, 2024 @@ -13,7 +15,7 @@ import SEO from "@site/src/components/SEO";