Trust1Gateway Engine

The Trust1Gateway Engine orchestrates the API management between the various components. It is normally only accessible through and meant to be used in conjunction the Kong Gateway, but for the Trust1Gateway Docker demo, the API is also directly accessible and bundled with Swagger UI

The Engine is composed of two modules:

1. The Auth module: This module offers various methods which only require an API key to be sent with every request (in an apikey header). The Swagger UI is available here.

2. The Web module: This module is only accessible by providing an API key and a JSON Web Token obtained from the Auth module (in an apikey and Authorization bearer header respectively). The Swagger UI is available here.

Last updated