Linking Multiple Identities
thirdweb Wallets allow users to tie the same wallet address to multiple social identities. Developers can programmatically link additional identities at any point in their user journey.
When linking two identities, both identities will now be linked to the same wallet.
TypeScript
Linking identities for in-app wallets in TypeScript
React
Linking identities for in-app wallets in React
React Native
Linking identities for in-app wallets in React Native
.NET
Linking identities for in-app wallets in .NET
Unity
Linking identities for in-app wallets in Unity
TypeScript
Linking identities for ecosystem wallets in TypeScript
React
Linking identities for ecosystem wallets in React
React Native
Linking identities for ecosystem wallets in React Native
.NET
Linking identities for ecosystem wallets in .NET
Unity
Linking identities for ecosystem wallets in Unity
Once linked, you can retrieve the user profiles via either identity.
For more information, see Getting User Profiles.