Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 366 Bytes

2023-07-24-communication-from-storefront-to-app-server.md

File metadata and controls

14 lines (9 loc) · 366 Bytes
title issue
Communication from storefront to app server
NEXT-29321

Core

  • Added new store-api route POST /store-api/app-system/{name}/generate-token to generate a JWT to identify the client on the app server.

Storefront

  • Added new src/service/app-client.service to communicate with the app server with context information in a JWT token.