Skip to main content

Installation Flow

The install flow should be started by clicking on the install button on the Admin portal apps page. The steps are:

Step 1: The frontend sends a request to the Sesami backend.

Step 2: The backend fetches app information and creates a URL with shop ID and HMAC and redirects the client to the app installation page(if it exists).

Step 3: The app runs the OAuth flow(oauth/v1/authorization).

Step 4: The backend checks the app’s request and redirects the client to the consent page.

Step 5: If the client accepts the requested permissions, the backend will send a code to the app and redirect the client to the app page(https://admin.sesami.co/apps/app_id). On this page, the frontend should send a request to the backend to get the app information and load it. If the client denies the requested permissions, the backend will redirect the client to the apps list page(https://admin.sesami.co/apps).