1
Get your credentials
Your client ID, client secret, and widget secret are provided by Tesouro during onboarding. To request access, have your designated team lead submit an access request.
2
Set up a widget token endpoint
Embedded components authenticate users via short-lived, user-scoped widget tokens. Your backend exposes an endpoint that receives
{ userId, userEmail } and returns { widgetToken }, encrypted using your TESOURO_WIDGET_SECRET.See the full implementation in the React integration guide.3
Wrap your app and drop in a component
Next steps
- React integration guide — full
EmbeddedProvidersetup, NavigationAdapter, and style overrides - Browse all components — onboarding, balances, transfers, and more
- Authentication — learn about available auth methods