Gateway API for Docker Swarm

<p class="wp-block-paragraph"><a href="https://docs.docker.com/engine/swarm/" data-type="link" data-id="https://docs.docker.com/engine/swarm/" target="_blank" rel="noreferrer noopener">Docker Swarm</a> by its own, and also any kind of cloud orchestrator, lacks of API Gateway management.</p> <p class="wp-block-paragraph">The main focus of Cloud Platform is to provide orchestration and network communication between microservice. But the Gateway is important as well if you need to expose API to a […]

Read More…

How to implement Authorisation Workflow for Amazon SPĀ API

<p class="wp-block-paragraph">A<strong>mazon Selling Partner API</strong> documents two kinds of authorization workflow, one starting from your website app <a href="https://developer-docs.amazon.com/sp-api/docs/website-authorization-workflow" rel="noreferrer noopener" target="_blank">https://developer-docs.amazon.com/sp-api/docs/website-authorization-workflow</a>, and the other one starting from the Amazon App store.</p> <h3 class="wp-block-heading">Authorize from your website</h3> <p class="wp-block-paragraph">While implementing the authorize workflow from your website, you start assuming that the user is already logged in. […]

Read More…