Overview
The Embedded Wallet Kit allows you to customize the sub-organization creation process in your React application. This is useful if you want to create a more tailored experience for your users, including automatically creating wallets, having multiple authentication methods, default usernames, and more. These can be individually configured for each authentication method.Customization
You can customize thecreateSuborgParams
object inside the auth
object in the TurnkeyProvider
configuration. This object allows you to set various parameters for the sub-organization creation process.
Each authentication method can have its own set of parameters. For example, you can set a different default userName
for emailOtpAuth
and passkeyAuth
methods, or create different wallets for each authentication method.
CreateSubOrgParams
interface.