Steps to safely authenticate users and generate subscriber-id in headless Inbox implementation.
subscriber_id
) is generated for each distinct_id
and prevents unauthorized access to Inbox service by just spoofing distinct_id
.
subscriber_id
using your distinct_id
and inbox-secret (picked from the Inbox Vendor Integration page).
subscriber_id
is unique to eachdistinct_id
and should be generated for each user.
Shared Secret
key available in yourInbox vendor page. This key is unique to your workspace and should not be shared with anyone for security purposes