Skip to content

Instantly share code, notes, and snippets.

@taranjeet
Created February 1, 2020 11:27
Show Gist options
  • Save taranjeet/3a7ef6a43dcd67e7efa1f2022698250e to your computer and use it in GitHub Desktop.
Save taranjeet/3a7ef6a43dcd67e7efa1f2022698250e to your computer and use it in GitHub Desktop.
ACCOUNT_KIT_API_VERSION = 'v1.0'
ACCOUNT_KIT_ME_ENDPOINT_BASE_URL = 'https://graph.accountkit.com/v1.0/me'
ACCOUNT_KIT_TOKEN_EXCHANGE_BASE_URL = 'https://graph.accountkit.com/v1.0/access_token'
ACCOUNT_KIT_APP_ID = 'your-app-id'
ACCOUNT_KIT_APP_SECRET = 'your-app-secret'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment