THNDR SDK
  • Introduction
  • Integration
    • Configure SDK
    • Authenticate Users
    • Debit & Credit Users
    • Go Live
  • Customisation
    • Styling
  • Analytics events
    • Events
  • Github
    • THNDR SDK
  • Demos
    • Blackjack
    • Blocks
    • Solitaire
Powered by GitBook
On this page
  • Use Production URLs
  • Update API Keys
  • Disable Debug Logging
  • Whitelist Our IP to Avoid Rate Limiting
  1. Integration

Go Live

PreviousDebit & Credit UsersNextStyling

Last updated 1 month ago

Before launching your application in a production environment, ensure that all configurations are correctly set up to prevent issues and maintain security. Follow the checklist below to successfully go live with your integration!

Use Production URLs

  1. Replace https://embed-sandbox.clinch.gg with https://embed.clinch.gg used in SDK configuration

  2. Replace https://api-sandbox.clinch.gg with https://api.clinch.gg used in

Update API Keys

Replace sandbox API key and server secret with your production credentials. Double-check that credentials are correctly configured and securely stored. Never expose API keys in client-side code or public repositories.

  1. Use production api key in

  2. Use production server secret in

Disable Debug Logging

Set loggingby removing if you have used it.

enableLogging();

Whitelist Our IP to Avoid Rate Limiting

To prevent rate-limiting issues when using services like Cloudflare, please whitelist our production server’s IP address - 34.59.205.62

Request Signing
#configuration-object-config
Generating an Authentication Token
Generating an Authentication Token