Authorisation and User Authentication

To instantiate an embedded component, a user access token needs to be passed in as an argument. These are generated per user and our embedded components are designed to only be used by authenticated users.

This involves two steps:

  1. Client credentials to be created to allow Moneyhub to generate the required access tokens: API Client Tenant Onboarding
  2. These credentials are then used to generate user tokens for the widget: Creating users and token generation

These steps can be added to the login response for your app or retrieved on demand when a user visits a page that contains one of our embedded components. The token generated can also be used to call our APIs.

Get started:

First, you will need to register you API client API Client Tenant Onboarding