Skip to main content

Authentication

Authentication in VueX is supported through one of the following methods:

API Keys#

Suggested method for server-side integration

The API Key will be provided at the time of onboarding. Please ensure to keep the key secure and not share it on publicly accessible platforms such as GitHub, client-side code etc.

Requesting URLs#

Suggested method for client-side integration

Once you provide us with the host URLs, we will enable authentication for all requests against this url, thus ensuring that you do not need to expose the API key from the front-end.