Skip to main content
Optional app config to add branding

Example

const appConfig: AppConfig = {
  appName: "My App",
  appLogoUrl: "https://placehold.co/64",
};

Properties

PropertyTypeDescription
appName?stringThe name of the app.
appLogoUrl?stringThe URL of the app logo. This should be at least 64 by 64px and must start with http or https.
showCoinbaseFooter?booleanWhether to show the “secured by Coinbase” footer. Defaults to true.
authMethods?[AuthMethod, ...AuthMethod[]]Authentication methods to allow for the user. Defaults to ["email"].