Connect Your Users’ Accounts Using a Client Session
When connecting your customers’ devices, you can create a client session for each customer and associate this session with any Connect Webviews that you issue to them.- JavaScript
Filter for a User’s Devices with the User Identifier Key
You can use theuser_identifier_key to retrieve a list of devices that only includes the ones that a specific user owns.
- JavaScript
Authorize Requests Using the User Identifier Key
You can also use theuser_identifier_key to ensure that a user has the authorization to interact with a device.
- Node

