kontent-boilerplate-express-apollo icon indicating copy to clipboard operation
kontent-boilerplate-express-apollo copied to clipboard

Document preview and secure Access

Open Simply007 opened this issue 5 years ago • 0 comments

Motivation

Extend the boilerplate by providing information about connection delivery client o the preview data from Kentico Cloud delivery endpoint.

  • Implementation is already prepared

Proposed solution

{
***
  "deliveryConfig" : {
    ***
    "enablePreviewMode": false,
    "previewApiKey": "",
    "enableSecuredMode": false,
    "securedApiKey": ""
    ***
  }
***
}
  • Document configuration in Readme

Additional context

  • https://developer.kenticocloud.com/docs/previewing-content-in-a-separate-environment#section-using-the-delivery-preview-api
  • https://developer.kenticocloud.com/reference#secure-access

Simply007 avatar Dec 20 '18 13:12 Simply007