Apple
X (Twitter)
Discord
These settings are just for the demo, they do not affect the TurnkeyProvider config.
Paste this config into your TurnkeyProvider config to use in your own app.
{
authProxyConfigId: "<ENV_VAR_AUTH_PROXY_ID>",
organizationId: "<ENV_VAR_ORGANIZATION_ID>",
auth: {
oauthConfig: {
openOauthInPage: true
},
methods: {
emailOtpAuthEnabled: true,
smsOtpAuthEnabled: false,
passkeyAuthEnabled: true,
walletAuthEnabled: true,
googleOauthEnabled: true,
appleOauthEnabled: false,
facebookOauthEnabled: false,
xOauthEnabled: false,
discordOauthEnabled: false
},
methodOrder: [
"socials",
"email",
"sms",
"passkey",
"wallet"
],
verifyWalletOnSignup: true
},
ui: {
darkMode: true,
borderRadius: 16,
backgroundBlur: 8,
colors: {
light: {
primary: "#335bf9",
modalBackground: "#f5f7fb"
},
dark: {
primary: "#335bf9",
modalBackground: "#0b0b0b"
}
}
}
}