Skip to main content

Back-end Script

On your server, you should create an end point (called by your front-end) which will create a session for a user. To create that user session you will need to call the Mindset SDK Users API (see the SDK Users API documentation for more details). You must provide an externalId or a userEmail parameter so that the Mindset system can identify the user.
You can learn more about the user email address : User Handling
The SDK Users API returns a {authToken} which has to be used in the Front-end script (a getAuthToken() method passed to the mindset.init()). See the doc for more details about Authentication flow.

Below an example of an EXPRESS API script

Parameters required for your configuration