Learn how to prepare your inbox before going to production
subscriberId
which identifies the user’s end-customer, and the application Identifier which is acted as a public key to communicate with the notification feed API.
A malicious actor can access the user feed by accessing the API and passing another subscriberId
using the public application identifier.
HMAC encryption will make sure that a subscriberId
is encrypted using the secret API key, and those will prevent malicious actors from impersonating users.
How to enable HMAC encryption for In-App Inbox
subscriberHash
along with subscriberId
is not provided, then Inbox will not load