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 UIarrow-up-right

The Engine is composed of two modules:

1. The Auth modulearrow-up-right: 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 herearrow-up-right.

2. The Web modulearrow-up-right: 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 herearrow-up-right.

Last updated