Basic Auth
Configuring auth is an important step and can be required in the following cases:
All App integrations that can access or add private data for users require authentication.
Any integration that stores private data will require authentication.
Before you start
You should have a configured app.
You should know which authentication schema to use based on your requirement.
You should know the config details related to the authentication schema selected.
How it works
From your Partner Dashboard
Go to App. All your created apps will be visible on this page.
Select a created app.
You will be redirected to the App detail page.
Click on the Extension page.
Click the Authentication tab.
Then select the authentication scheme your app uses and enter the respective details:
Basic Auth:
Eshopbox automatically adds a form where users will enter their username and password.
You need to add a test API call where Eshopbox can verify that the credentials work. NOTE: You can turn your form mode to code mode. Click the Switch to Code Mode to write a custom API call in JavaScript code.
A Connection Label to uniquely identify users’ accounts
Last updated
Was this helpful?