Basic Security
- 1 Minute to read
-
DarkLight
Basic Security
- 1 Minute to read
-
DarkLight
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
Markup
<script>
var chat_auth = "YOUR_AUTH_KEY";
</script>
- Go to your AtomChat Admin Panel -> Settings -> Authentication.
- Enable Auth Key Verification -> Set this to Yes.
Was this article helpful?