π Where to find it: Inboxes β (your Website inbox) β Settings β "Configuration" tab
You can restrict the sites where the bubble can appear (allowed domains) and enable identity validation (HMAC) to guarantee that logged-in visitors really are who they claim to be.
How it works
The "Allowed domains" limit the widget's display to your real domains. Identity validation relies on a secret key (HMAC): your site signs the logged-in user's identity, and Madyis Hub verifies that signature. If you make validation mandatory, only correctly signed visitors can chat. An option also lets you allow display inside a mobile webview.
Step by step
- Inboxes β Settings of your "Website" inbox β "Configuration" tab.
- Enter your "Allowed domains" (one per line) then click "Update".
- Open the "Identity validation" section: copy the secret key (HMAC).
- Implement the HMAC signature on your site's side with this key (see the linked documentation).
- Enable "Make validation mandatory" once the signature is in place.
- Enable "Allow mobile webview" if you embed the widget in a mobile app.
Good to know
- Only enable mandatory validation AFTER you've tested the signature, otherwise your visitors will no longer be able to write.
- Keep the secret key confidential: it must never be exposed in plain text on the browser side.