User verification allows you to securely identify users who access your private widgets or pages. By generating a signed authentication token on your server, you can ensure that only authorized users gain access and can leave feedback in your portals.
User verification is a great way to control access while providing a seamless experience for your team and customers.
Please refer to the implementing-user-verification.md guide to set up user verification.
Credentials
Section titled “Credentials”To implement user verification, you’ll require an Account ID as well as a Shared Secret. To access your account credentials, navigate to global Settings > User verification in Hub.
Account ID
Section titled “Account ID”The account ID uniquely identifies your release account.
Shared Secret
Section titled “Shared Secret”Your authentication secret key.
Rotating your shared secret
Section titled “Rotating your shared secret”If you accidentally leaked your secret, or need to change it for any other reason, you can easily create a new one.
- Generate a new secret in the global Settings > User verification section.
- Update your server to use the new secret when generating tokens.
- Ensure all embeds and requests are updated to use tokens generated with the new secret.
Need Help?
Section titled “Need Help? ”If you run into issues, contact us and we’ll help you get started.