AmplicaLabs / social-app-template

Social Application Template that uses Gateway Services
Apache License 2.0
0 stars 2 forks source link

feat: add private api and webhook controller scaffolding #38

Closed JoeCap08055 closed 1 month ago

JoeCap08055 commented 1 month ago

Purpose

The goal of this PR is to establish basic scaffolding for the "internal" API of the Gateway; that is, the API that supports webhooks being called from other backend services. We want the ability to have this API accessible on a different network address than the public-facing API, in order to support various network/security deployment configurations.

Related to #25, #33