Skip to content

Instantly share code, notes, and snippets.

@zinedkaloc
Created August 8, 2022 11:26
Show Gist options
  • Save zinedkaloc/f762243f0cdfe06455127d656c4d10cc to your computer and use it in GitHub Desktop.
Save zinedkaloc/f762243f0cdfe06455127d656c4d10cc to your computer and use it in GitHub Desktop.
import { createClient } from 'altogic';
// This `envUrl` and `clientKey` is sample you need to create your own.
let envUrl = 'https://auth.c1-na.altogic.com';
let clientKey = 'e574fee1fb2b443...a8598ca68b7d8';
const altogic = createClient(envUrl, clientKey);
export { altogic };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment