From 567d61ea3d54d7d6d951720c415643fb092824af Mon Sep 17 00:00:00 2001 From: Yashovardhan Agrawal <21066442+yashovardhan@users.noreply.github.com> Date: Sat, 16 Nov 2024 13:56:23 +0700 Subject: [PATCH] Fix guides product tags --- src/common/maps.tsx | 4 ++-- src/components/ProductCards/styles.module.css | 1 + src/pages/guides/android-auth0.mdx | 2 +- src/pages/guides/android-firebase.mdx | 2 +- src/pages/guides/android-wallet.mdx | 2 +- src/pages/guides/android.mdx | 2 +- src/pages/guides/auth0.mdx | 2 +- src/pages/guides/browser-extension.mdx | 2 +- src/pages/guides/cognito.mdx | 2 +- src/pages/guides/discord.mdx | 2 +- src/pages/guides/erc20-paymaster.mdx | 2 +- src/pages/guides/facebook.mdx | 2 +- src/pages/guides/farcaster-mpc-core-kit-web.mdx | 2 +- src/pages/guides/farcaster-sfa-web.mdx | 2 +- src/pages/guides/firebase.mdx | 2 +- src/pages/guides/flutter-auth0.mdx | 2 +- src/pages/guides/flutter-firebase.mdx | 2 +- src/pages/guides/flutter-wallet.mdx | 2 +- src/pages/guides/flutter.mdx | 2 +- src/pages/guides/github-oauth.mdx | 2 +- src/pages/guides/google.mdx | 2 +- src/pages/guides/magic-migration.mdx | 2 +- src/pages/guides/microsoft-oauth.mdx | 2 +- src/pages/guides/mpc-core-kit.mdx | 2 +- src/pages/guides/pnp-no-modal-multichain.mdx | 2 +- src/pages/guides/privy-migration.mdx | 2 +- src/pages/guides/rainbowkit-guide.mdx | 2 +- src/pages/guides/react-native-auth0.mdx | 2 +- src/pages/guides/react-native-expo-auth0.mdx | 2 +- src/pages/guides/react-native-expo.mdx | 2 +- src/pages/guides/react-native-firebase.mdx | 2 +- src/pages/guides/react-native.mdx | 2 +- src/pages/guides/sending-gasless-transaction.mdx | 2 +- src/pages/guides/server-side-verification.mdx | 2 +- src/pages/guides/sfa-android-firebase.mdx | 2 +- src/pages/guides/sfa-flutter-firebase.mdx | 2 +- src/pages/guides/sfa-ios-firebase.mdx | 2 +- src/pages/guides/sfa-ton-tg-mini-app.mdx | 2 +- src/pages/guides/sfa-web-aggregate.mdx | 2 +- src/pages/guides/sfa-web-auth0.mdx | 2 +- src/pages/guides/sfa-web-firebase.mdx | 2 +- src/pages/guides/sfa-web-google.mdx | 2 +- src/pages/guides/sfa-web-passkeys.mdx | 2 +- src/pages/guides/twitch.mdx | 2 +- src/pages/guides/unity.mdx | 2 +- 45 files changed, 46 insertions(+), 45 deletions(-) diff --git a/src/common/maps.tsx b/src/common/maps.tsx index ddedea255..6152e58f1 100644 --- a/src/common/maps.tsx +++ b/src/common/maps.tsx @@ -168,7 +168,7 @@ export interface ExamplesInterface { } export const tags = { - pnp: "pnp", + pnp: "plug and play", mpcCoreKit: "mpc core kit", sfa: "single factor auth", modal: "@web3auth/modal", @@ -210,7 +210,7 @@ export const productMap = [ }, { label: "Single Factor Auth", - value: tags.sfaJS, + value: tags.sfa, }, { label: "MPC Core Kit", diff --git a/src/components/ProductCards/styles.module.css b/src/components/ProductCards/styles.module.css index 1b3e590a7..e967049aa 100644 --- a/src/components/ProductCards/styles.module.css +++ b/src/components/ProductCards/styles.module.css @@ -24,6 +24,7 @@ align-items: center; flex-wrap: wrap; margin-top: 16px; + color: var(--ifm-color-content); } .platformIconContainer { diff --git a/src/pages/guides/android-auth0.mdx b/src/pages/guides/android-auth0.mdx index 8a0a8f179..2b412bcbd 100644 --- a/src/pages/guides/android-auth0.mdx +++ b/src/pages/guides/android-auth0.mdx @@ -3,7 +3,7 @@ title: How to use Auth0 with Web3Auth Android SDK image: "guides-banners/android-auth0.png" description: Learn how to use Web3Auth Android SDK in your Android application with Auth0. type: guide -tags: [pnp, android, auth0, kotlin, custom authentication, evm] +tags: [plug and play, android, auth0, kotlin, custom authentication, evm] date: January 17, 2023 author: Web3Auth Team communityPortalTopicId: 41 diff --git a/src/pages/guides/android-firebase.mdx b/src/pages/guides/android-firebase.mdx index 002220a5d..7467e573f 100644 --- a/src/pages/guides/android-firebase.mdx +++ b/src/pages/guides/android-firebase.mdx @@ -3,7 +3,7 @@ title: Integrating Firebase with Web3Auth PnP Android SDK image: "guides-banners/android-firebase.png" description: Learn how to use Web3Auth PnP Android SDK in your Android application with Firebase. type: guide -tags: [pnp, android, kotlin, firebase, custom jwt, id token, evm] +tags: [plug and play, android, kotlin, firebase, custom jwt, id token, evm] date: January 17, 2023 author: Web3Auth Team communityPortalTopicId: 43 diff --git a/src/pages/guides/android-wallet.mdx b/src/pages/guides/android-wallet.mdx index 3c7200d47..a325e6a5c 100644 --- a/src/pages/guides/android-wallet.mdx +++ b/src/pages/guides/android-wallet.mdx @@ -3,7 +3,7 @@ title: Create an Ethereum Web3 wallet in Android image: "guides-banners/android-wallet.png" description: Empower your Android app with a Ethereum Web3 wallet using the Web3Auth PnP SDK. type: guide -tags: [pnp, android, evm, kotlin, secp256k1] +tags: [plug and play, android, evm, kotlin, secp256k1] date: May 27, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/android.mdx b/src/pages/guides/android.mdx index 69fb6778b..24e6eb1a2 100644 --- a/src/pages/guides/android.mdx +++ b/src/pages/guides/android.mdx @@ -3,7 +3,7 @@ title: Learn how to implement Web3Auth Android SDK image: "guides-banners/android.png" description: Learn how to use Web3Auth Android SDK in your Android application type: guide -tags: [pnp, android, kotlin, evm] +tags: [plug and play, android, kotlin, evm] date: August 12, 2022 author: Web3Auth Team communityPortalTopicId: 44 diff --git a/src/pages/guides/auth0.mdx b/src/pages/guides/auth0.mdx index aa5b4ef91..ba2d51642 100644 --- a/src/pages/guides/auth0.mdx +++ b/src/pages/guides/auth0.mdx @@ -5,7 +5,7 @@ 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: [pnp, web, evm, passwordless] +tags: [plug and play, web, evm, passwordless] date: January 3, 2023 author: Web3Auth Team communityPortalTopicId: 45 diff --git a/src/pages/guides/browser-extension.mdx b/src/pages/guides/browser-extension.mdx index 0d3aa7bb0..ec0654871 100644 --- a/src/pages/guides/browser-extension.mdx +++ b/src/pages/guides/browser-extension.mdx @@ -3,7 +3,7 @@ title: Building a Browser Extension with Web3Auth Plug and Play No Modal SDK image: "guides-banners/chrome-extension.png" description: Learn how to build a Browser Extension with Web3Auth Plug and Play No Modal SDK type: guide -tags: [pnp, web, evm, chrome extension] +tags: [plug and play, web, evm, chrome extension] date: January 18, 2023 author: Web3Auth Team communityPortalTopicId: 46 diff --git a/src/pages/guides/cognito.mdx b/src/pages/guides/cognito.mdx index 695fdb41a..e8da23391 100644 --- a/src/pages/guides/cognito.mdx +++ b/src/pages/guides/cognito.mdx @@ -3,7 +3,7 @@ title: Integrate AWS Cognito with Web3Auth image: "guides-banners/cognito.png" description: Learn how to use Web3Auth Plug and Play No Modal SDK with AWS Cognito type: guide -tags: [pnp, web, aws cognito, react, evm] +tags: [plug and play, web, aws cognito, react, evm] date: June 25, 2022 author: Web3Auth Team communityPortalTopicId: 47 diff --git a/src/pages/guides/discord.mdx b/src/pages/guides/discord.mdx index b66c782fc..e0d741e31 100644 --- a/src/pages/guides/discord.mdx +++ b/src/pages/guides/discord.mdx @@ -5,7 +5,7 @@ description: Learn how to use Web3Auth Plug and Play No Modal SDK for Discord login using Custom Authentication. type: guide -tags: [pnp, web, discord, evm] +tags: [plug and play, web, discord, evm] keywords: [discord login, discordapp login, discord, custom authentication, react, ethereum, solana] date: July 18, 2022 author: Web3Auth Team diff --git a/src/pages/guides/erc20-paymaster.mdx b/src/pages/guides/erc20-paymaster.mdx index 99325617f..3bbfad191 100644 --- a/src/pages/guides/erc20-paymaster.mdx +++ b/src/pages/guides/erc20-paymaster.mdx @@ -3,7 +3,7 @@ title: Send your first transaction with ERC-20 Paymaster image: "guides-banners/erc20-paymaster.png" description: Learn how to use ERC-20 paymaster with Web3Auth Native Account Abstraction. type: guide -tags: [pnp, account abstraction, web, paymaster, erc4337] +tags: [plug and play, account abstraction, web, paymaster, erc4337] date: October 29, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/facebook.mdx b/src/pages/guides/facebook.mdx index 7070cbb52..d4a6782d5 100644 --- a/src/pages/guides/facebook.mdx +++ b/src/pages/guides/facebook.mdx @@ -4,7 +4,7 @@ image: "guides-banners/facebook.png" description: Learn how to use Web3Auth Plug and Play No Modal SDK for Facebook Custom Authentication. type: guide -tags: [pnp, web, facebook, custom authentication, evm] +tags: [plug and play, web, facebook, custom authentication, evm] date: July 18, 2022 author: Web3Auth Team communityPortalTopicId: 49 diff --git a/src/pages/guides/farcaster-mpc-core-kit-web.mdx b/src/pages/guides/farcaster-mpc-core-kit-web.mdx index af309135e..b38116606 100644 --- a/src/pages/guides/farcaster-mpc-core-kit-web.mdx +++ b/src/pages/guides/farcaster-mpc-core-kit-web.mdx @@ -5,7 +5,7 @@ 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: [core kit, mpc, farcaster, react, evm] +tags: [mpc core kit, farcaster, react, evm] date: May 8, 2024 author: Web3Auth Team communityPortalTopicId: diff --git a/src/pages/guides/farcaster-sfa-web.mdx b/src/pages/guides/farcaster-sfa-web.mdx index cba1b99b0..fa540587d 100644 --- a/src/pages/guides/farcaster-sfa-web.mdx +++ b/src/pages/guides/farcaster-sfa-web.mdx @@ -5,7 +5,7 @@ description: Detailed steps to Sign In with Farcaster, configuring the provider, and integrating a sign-in button using Web3Auth. type: guide -tags: [core kit, sfa, web, farcaster, evm, next.js] +tags: [single factor auth, web, farcaster, evm, next.js] date: May 6, 2024 author: Web3Auth Team communityPortalTopicId: diff --git a/src/pages/guides/firebase.mdx b/src/pages/guides/firebase.mdx index 44ea12be9..ed78262e6 100644 --- a/src/pages/guides/firebase.mdx +++ b/src/pages/guides/firebase.mdx @@ -3,7 +3,7 @@ title: Integrate Firebase with Web3Auth Plug and Play No Modal SDK image: "guides-banners/firebase-no-modal.png" description: Learn how to use Web3Auth Plug and Play No Modal SDK with Firebase type: guide -tags: [pnp, web, firebase, custom authentication, react, evm] +tags: [plug and play, web, firebase, custom authentication, react, evm] date: August 23, 2022 author: Web3Auth Team communityPortalTopicId: 50 diff --git a/src/pages/guides/flutter-auth0.mdx b/src/pages/guides/flutter-auth0.mdx index 1fdec6523..179c5ee53 100644 --- a/src/pages/guides/flutter-auth0.mdx +++ b/src/pages/guides/flutter-auth0.mdx @@ -3,7 +3,7 @@ title: How to use Auth0 with Web3Auth Flutter SDK image: "guides-banners/flutter-auth0.png" description: Learn how to use Web3Auth Flutter SDK in your Flutter application with Auth0. type: guide -tags: [pnp, flutter, android, ios, auth0, custom authentication, evm] +tags: [plug and play, flutter, android, ios, auth0, custom authentication, evm] date: January 17, 2023 author: Web3Auth Team order: 15 diff --git a/src/pages/guides/flutter-firebase.mdx b/src/pages/guides/flutter-firebase.mdx index a90de8b6c..4a0274c92 100644 --- a/src/pages/guides/flutter-firebase.mdx +++ b/src/pages/guides/flutter-firebase.mdx @@ -3,7 +3,7 @@ title: How to integrate Firebase with Web3Auth Flutter SDK image: "guides-banners/flutter-firebase.png" description: Learn how to use Web3Auth Flutter SDK in your Flutter application with Firebase. type: guide -tags: [pnp, flutter, android, ios firebase, custom authentication, evm] +tags: [plug and play, flutter, android, ios firebase, custom authentication, evm] date: January 17, 2023 author: Web3Auth Team communityPortalTopicId: 52 diff --git a/src/pages/guides/flutter-wallet.mdx b/src/pages/guides/flutter-wallet.mdx index d930b9a84..2e5e69839 100644 --- a/src/pages/guides/flutter-wallet.mdx +++ b/src/pages/guides/flutter-wallet.mdx @@ -3,7 +3,7 @@ title: Create a Chain Agnostic Web3 wallet in Flutter image: "guides-banners/flutter-wallet.png" description: Empower your Flutter app with a Chain Agnostic Web3 wallet using the Web3Auth PnP SDK. type: guide -tags: [pnp, flutter, andriod, ios, evm, solana] +tags: [plug and play, flutter, andriod, ios, evm, solana] date: April 22, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/flutter.mdx b/src/pages/guides/flutter.mdx index 0f966498c..a96cb02d3 100644 --- a/src/pages/guides/flutter.mdx +++ b/src/pages/guides/flutter.mdx @@ -3,7 +3,7 @@ title: How to use Web3Auth Flutter SDK image: "guides-banners/flutter.png" description: Learn how to use Web3Auth Flutter SDK in your Flutter application. type: guide -tags: [pnp, flutter, evm, android, ios] +tags: [plug and play, flutter, evm, android, ios] date: September 13, 2022 author: Web3Auth Team communityPortalTopicId: 53 diff --git a/src/pages/guides/github-oauth.mdx b/src/pages/guides/github-oauth.mdx index 4ca8440ed..5a4fc8adb 100644 --- a/src/pages/guides/github-oauth.mdx +++ b/src/pages/guides/github-oauth.mdx @@ -5,7 +5,7 @@ description: Enhance your app's authentication with a step-by-step guide on integrating Github OAuth seamlessly with Web3Auth. type: guide -tags: [web, pnp, github, oauth, authentication] +tags: [web, plug and play, github, oauth, authentication] date: March 8, 2024 author: Web3Auth Team communityPortalTopicId: diff --git a/src/pages/guides/google.mdx b/src/pages/guides/google.mdx index 3b7ea17f8..19a29b25b 100644 --- a/src/pages/guides/google.mdx +++ b/src/pages/guides/google.mdx @@ -3,7 +3,7 @@ title: How to use Google with Web3Auth Plug and Play No Modal SDK image: "guides-banners/google.png" description: Learn how to use Web3Auth Plug and Play No Modal SDK for Google Custom Authentication. type: guide -tags: [web, pnp, google, custom authentication, react, evm] +tags: [web, plug and play, google, custom authentication, react, evm] date: July 18, 2022 author: Web3Auth Team communityPortalTopicId: 54 diff --git a/src/pages/guides/magic-migration.mdx b/src/pages/guides/magic-migration.mdx index b410d14e6..dac8a206c 100644 --- a/src/pages/guides/magic-migration.mdx +++ b/src/pages/guides/magic-migration.mdx @@ -3,7 +3,7 @@ title: Migrate from Magic to Web3Auth image: "guides-banners/magic-migration.png" description: Migration guide from Magic to Web3Auth. type: guide -tags: [pnp, web, mpc, core kit] +tags: [plug and play, web, mpc core kit, core kit] date: June 25, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/microsoft-oauth.mdx b/src/pages/guides/microsoft-oauth.mdx index ac9b19295..c14841036 100644 --- a/src/pages/guides/microsoft-oauth.mdx +++ b/src/pages/guides/microsoft-oauth.mdx @@ -6,7 +6,7 @@ description: authentication, enabling users to log in with their Microsoft account and securely obtain Ethereum private keys and public addresses. type: guide -tags: [core kit, web, microsoft, oauth, authentication, github] +tags: [single factor auth, web, microsoft, oauth, authentication, github] date: February 28, 2024 author: Web3Auth Team communityPortalTopicId: diff --git a/src/pages/guides/mpc-core-kit.mdx b/src/pages/guides/mpc-core-kit.mdx index e60e0c609..750f1313d 100644 --- a/src/pages/guides/mpc-core-kit.mdx +++ b/src/pages/guides/mpc-core-kit.mdx @@ -5,7 +5,7 @@ description: Learn how to integrate Web3Auth MPC Core Kit SDK into a React app, set up secure Google login, and enhance your app's security and blockchain interactions. type: guide -tags: [web, core kit, mpc, google, evm] +tags: [web, mpc core kit, google, evm] date: May 15, 2023 author: Web3Auth Team communityPortalTopicId: diff --git a/src/pages/guides/pnp-no-modal-multichain.mdx b/src/pages/guides/pnp-no-modal-multichain.mdx index 8de5063c0..667d6ef93 100644 --- a/src/pages/guides/pnp-no-modal-multichain.mdx +++ b/src/pages/guides/pnp-no-modal-multichain.mdx @@ -3,7 +3,7 @@ title: Create a Chain Agnostic Web3 Wallet with PnP no-modal SDK image: "guides-banners/multi.png" description: Learn how to create a chain-agnostic Web3 wallet using Web3Auth. type: guide -tags: [pnp, web, multi chain, polkadot, evm, cosmos, no-modal] +tags: [plug and play, web, multi chain, polkadot, evm, cosmos, no-modal] date: February 9, 2024 author: Web3Auth Team communityPortalTopicId: diff --git a/src/pages/guides/privy-migration.mdx b/src/pages/guides/privy-migration.mdx index 5fe232c1c..e64a7bebd 100644 --- a/src/pages/guides/privy-migration.mdx +++ b/src/pages/guides/privy-migration.mdx @@ -3,7 +3,7 @@ title: Migrate from Privy to Web3Auth image: "guides-banners/privy-migration.png" description: Migration guide from Privy to Web3Auth. type: guide -tags: [pnp, web, mpc, core kit] +tags: [plug and play, web, mpc core kit, core kit] date: June 18, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/rainbowkit-guide.mdx b/src/pages/guides/rainbowkit-guide.mdx index ff25a5a89..d1da45752 100644 --- a/src/pages/guides/rainbowkit-guide.mdx +++ b/src/pages/guides/rainbowkit-guide.mdx @@ -5,7 +5,7 @@ description: Discover how to effortlessly integrate Rainbow Kit with Web3Auth for a seamless authentication experience. type: guide -tags: [pnp, rainbow kit, web, wagmi] +tags: [plug and play, rainbow kit, web, wagmi] date: March 13, 2024 author: Web3Auth Team order: 5 diff --git a/src/pages/guides/react-native-auth0.mdx b/src/pages/guides/react-native-auth0.mdx index 703c494cb..8c4d729b0 100644 --- a/src/pages/guides/react-native-auth0.mdx +++ b/src/pages/guides/react-native-auth0.mdx @@ -3,7 +3,7 @@ title: How to integrate Auth0 with Web3Auth React Native SDK image: "guides-banners/react-native-auth0.png" description: Learn how to use Web3Auth Plug and Play React Native SDK with Auth0 type: guide -tags: [pnp, react native, auth0, android, ios, custom authentication] +tags: [plug and play, react native, auth0, android, ios, custom authentication] date: December 16, 2022 author: Web3Auth Team communityPortalTopicId: 58 diff --git a/src/pages/guides/react-native-expo-auth0.mdx b/src/pages/guides/react-native-expo-auth0.mdx index feb0cdadd..47a9c7b69 100644 --- a/src/pages/guides/react-native-expo-auth0.mdx +++ b/src/pages/guides/react-native-expo-auth0.mdx @@ -3,7 +3,7 @@ title: How to integrate Auth0 with Web3Auth React Native SDK in Expo Workflow image: "guides-banners/expo-auth0.png" description: Learn how to use Web3Auth Plug and Play React Native SDK with Auth0 in Expo Workflow type: guide -tags: [pnp, react native, auth0, android, ios, custom authentication] +tags: [plug and play, react native, auth0, android, ios, custom authentication] date: December 16, 2022 author: Web3Auth Team communityPortalTopicId: 60 diff --git a/src/pages/guides/react-native-expo.mdx b/src/pages/guides/react-native-expo.mdx index cf1546e2c..439f0d25c 100644 --- a/src/pages/guides/react-native-expo.mdx +++ b/src/pages/guides/react-native-expo.mdx @@ -3,7 +3,7 @@ title: How to use Web3Auth React Native SDK in Expo Workflow image: "guides-banners/expo.png" description: Learn how to use Web3Auth Plug and Play React Native SDK in your Expo app type: guide -tags: [pnp, react native, expo, android, ios, evm] +tags: [plug and play, react native, expo, android, ios, evm] date: December 16, 2022 author: Web3Auth Team communityPortalTopicId: 61 diff --git a/src/pages/guides/react-native-firebase.mdx b/src/pages/guides/react-native-firebase.mdx index bc216931d..b88cb15c8 100644 --- a/src/pages/guides/react-native-firebase.mdx +++ b/src/pages/guides/react-native-firebase.mdx @@ -3,7 +3,7 @@ title: Integrate Firebase with Web3Auth React Native SDK image: "guides-banners/react-native-firebase.png" description: Learn how to use Web3Auth Plug and Play React Native SDK with Firebase type: guide -tags: [pnp, react native, firebase, android, ios, custom authentication] +tags: [plug and play, react native, firebase, android, ios, custom authentication] date: December 16, 2022 author: Web3Auth Team communityPortalTopicId: 59 diff --git a/src/pages/guides/react-native.mdx b/src/pages/guides/react-native.mdx index b8f67de22..b17be4329 100644 --- a/src/pages/guides/react-native.mdx +++ b/src/pages/guides/react-native.mdx @@ -3,7 +3,7 @@ title: How to use Web3Auth React Native SDK image: "guides-banners/react-native.png" description: Learn how to use Web3Auth Plug and Play React Native SDK in your React Native app type: guide -tags: [pnp, react native, android, ios, custom authentication] +tags: [plug and play, react native, android, ios, custom authentication] date: December 16, 2022 author: Web3Auth Team communityPortalTopicId: 62 diff --git a/src/pages/guides/sending-gasless-transaction.mdx b/src/pages/guides/sending-gasless-transaction.mdx index 6b70715f4..2669423dd 100644 --- a/src/pages/guides/sending-gasless-transaction.mdx +++ b/src/pages/guides/sending-gasless-transaction.mdx @@ -3,7 +3,7 @@ title: Send your first gasless transaction image: "guides-banners/gasless-transaction.png" description: Learn how to use gasless paymaster with Web3Auth Native Account Abstraction. type: guide -tags: [pnp, account abstraction, web, paymaster, erc4337] +tags: [plug and play, account abstraction, web, paymaster, erc4337] date: October 22, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/server-side-verification.mdx b/src/pages/guides/server-side-verification.mdx index 0b71e2b09..ac47ae6cc 100644 --- a/src/pages/guides/server-side-verification.mdx +++ b/src/pages/guides/server-side-verification.mdx @@ -3,7 +3,7 @@ title: How to use Server Side Verification with Web3Auth Plug and Play No Modal image: "guides-banners/ssv.png" description: Learn how to use Web3Auth Server Side Verification inside a Next.js application. type: guide -tags: [pnp, web, next.js, server side verification] +tags: [plug and play, web, next.js, server side verification] date: July 26, 2022 author: Web3Auth Team communityPortalTopicId: 65 diff --git a/src/pages/guides/sfa-android-firebase.mdx b/src/pages/guides/sfa-android-firebase.mdx index 88319a30b..08626af6d 100644 --- a/src/pages/guides/sfa-android-firebase.mdx +++ b/src/pages/guides/sfa-android-firebase.mdx @@ -6,7 +6,7 @@ description: authentication using Email and Password login. The process involves setting up Firebase and Web3Auth, initializing the SDK, and interacting with the Ethereum blockchain. type: guide -tags: [core kit, android, evm, sfa, firebase, custom authentication] +tags: [android, evm, single factor auth, firebase, custom authentication] date: May 19, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/sfa-flutter-firebase.mdx b/src/pages/guides/sfa-flutter-firebase.mdx index 1cb8a7e7a..ed32be580 100644 --- a/src/pages/guides/sfa-flutter-firebase.mdx +++ b/src/pages/guides/sfa-flutter-firebase.mdx @@ -6,7 +6,7 @@ description: authentication using Email and Password login. The process involves setting up Firebase and Web3Auth, initializing the SDK, and interacting with the Ethereum blockchain. type: guide -tags: [core kit, flutter, evm, sfa, firebase, custom authentication] +tags: [flutter, evm, single factor auth, firebase, custom authentication] date: May 19, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/sfa-ios-firebase.mdx b/src/pages/guides/sfa-ios-firebase.mdx index ae79a93bb..20fb2d383 100644 --- a/src/pages/guides/sfa-ios-firebase.mdx +++ b/src/pages/guides/sfa-ios-firebase.mdx @@ -6,7 +6,7 @@ description: using Email and Password login. The process involves setting up Firebase and Web3Auth, initializing the SDK, and interacting with the Ethereum blockchain. type: guide -tags: [core kit, sfa, firebase, ios, custom authentication] +tags: [single factor auth, firebase, ios, custom authentication] date: May 19, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/sfa-ton-tg-mini-app.mdx b/src/pages/guides/sfa-ton-tg-mini-app.mdx index d0490faa3..ea053ab6f 100644 --- a/src/pages/guides/sfa-ton-tg-mini-app.mdx +++ b/src/pages/guides/sfa-ton-tg-mini-app.mdx @@ -6,7 +6,7 @@ description: | and the TON blockchain. This guide will cover the setup of Web3Auth, Auth0 for authentication, and integration of the TON blockchain in a React application. type: guide -tags: [core kit, react, telegram, sfa, ton, custom authentication] +tags: [react, telegram, single factor auth, ton, custom authentication] date: August 30, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/sfa-web-aggregate.mdx b/src/pages/guides/sfa-web-aggregate.mdx index ea4728e12..c3171e76f 100644 --- a/src/pages/guides/sfa-web-aggregate.mdx +++ b/src/pages/guides/sfa-web-aggregate.mdx @@ -5,7 +5,7 @@ description: Integrate Auth0 and Google with the Web3Auth Single Factor Auth(SFA) Web SDK to streamline user authentication and wallet management for your Ethereum dApp. type: guide -tags: [core kit, web, sfa, auth0, custom authentication, evm] +tags: [web, single factor auth, auth0, custom authentication, evm] 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 bfb6e97cc..c22044df1 100644 --- a/src/pages/guides/sfa-web-auth0.mdx +++ b/src/pages/guides/sfa-web-auth0.mdx @@ -5,7 +5,7 @@ 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: [core kit, web, sfa, auth0, custom authentication] +tags: [web, single factor auth, auth0, custom authentication] 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 1bc411669..1942d60c0 100644 --- a/src/pages/guides/sfa-web-firebase.mdx +++ b/src/pages/guides/sfa-web-firebase.mdx @@ -6,7 +6,7 @@ description: project, and configure custom authentication. Manage authentication states and interact with the blockchain seamlessly. type: guide -tags: [core kit, web, firebase, custom authentication, evm] +tags: [single factor auth, web, firebase, custom authentication, evm] date: 14 November, 2023 author: Web3Auth Team communityPortalTopicId: 22 diff --git a/src/pages/guides/sfa-web-google.mdx b/src/pages/guides/sfa-web-google.mdx index fed04c66a..e1d97d12d 100644 --- a/src/pages/guides/sfa-web-google.mdx +++ b/src/pages/guides/sfa-web-google.mdx @@ -3,7 +3,7 @@ title: How to use Google with Web3Auth SFA JS SDK image: "guides-banners/sfa-web-google.png" description: Learn how to use Web3Auth Single Factor Auth JS SDK with Google type: guide -tags: [core kit, web, sfa, google, custom authentication, evm] +tags: [web, single factor auth, google, custom authentication, evm] date: 14 November, 2023 author: Web3Auth Team communityPortalTopicId: 22 diff --git a/src/pages/guides/sfa-web-passkeys.mdx b/src/pages/guides/sfa-web-passkeys.mdx index e15647b33..44d53880d 100644 --- a/src/pages/guides/sfa-web-passkeys.mdx +++ b/src/pages/guides/sfa-web-passkeys.mdx @@ -6,7 +6,7 @@ description: using passkeys. The process involves setting up the Web3Auth SFA SDK, initializing the Passkeys SFA Plugin, and managing passkey registration and login. type: guide -tags: [core kit, sfa, web, passkeys] +tags: [single factor auth, web, passkeys] date: June 25, 2024 author: Web3Auth Team --- diff --git a/src/pages/guides/twitch.mdx b/src/pages/guides/twitch.mdx index 76a55ee5a..5ddd18deb 100644 --- a/src/pages/guides/twitch.mdx +++ b/src/pages/guides/twitch.mdx @@ -3,7 +3,7 @@ title: How to use Twitch with Web3Auth image: "guides-banners/twitch.png" description: Learn how to use Web3Auth Plug and Play No Modal SDK for Twitch Custom Authentication. type: guide -tags: [pnp, web, twitch, custom authentication, react, evm] +tags: [plug and play, web, twitch, custom authentication, react, evm] date: July 18, 2022 author: Web3Auth Team communityPortalTopicId: 67 diff --git a/src/pages/guides/unity.mdx b/src/pages/guides/unity.mdx index f5dc7caaf..49bcc493c 100644 --- a/src/pages/guides/unity.mdx +++ b/src/pages/guides/unity.mdx @@ -3,7 +3,7 @@ title: How to integrate Web3Auth Unity SDK image: "guides-banners/unity.png" description: Learn how to use Web3Auth SDK in your Unity app type: guide -tags: [pnp, unity, custom authentication, android, ios] +tags: [plug and play, unity, custom authentication, android, ios] date: August 12, 2022 author: Web3Auth Team communityPortalTopicId: 68