Unauthenticated users

Our support widget can handle unauthenticated users. A common use case for unauthenticated user is happening when you place the support widget on a page that's publicly available, like your landing page. In that scenario, you don't have any information about this user you could pass on with the initiation of the support widget.

Unauthenticated users are those who have not been authenticated using Fernand's secret hash and just provided their Name and Email address as contact data. This data is not verified, which is why we advise our users to treat incoming requests from unauthenticated users with caution.

Once a user replies to a thread from their email address, the conversation will change status and become verified. Additionally, you are also able to authenticate the user by passing extra information on the widget.

Was this helpful?