Basic Security

Modified on Fri, 28 Oct 2022 at 01:22 PM

After you have added AtomChat's code on your website, check if your code has the 'chat_auth' variable.

If the 'chat_auth' variable is not present

  • Open your AtomChat Admin Panel -> Settings -> API Keys 
  • Copy your Auth Key
  • Now, in your footer code where you added AtomChat's code, along with other chat variables (chat_appid, chat_id, chat_name), please add this code
<script>
  var chat_auth = "YOUR_AUTH_KEY"; 
</script>
Markup
Copy
  • Go to your AtomChat Admin Panel -> Settings -> Authentication. 
  • Enable Auth Key Verification -> Set this to Yes.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article