The default Customize JWT (NJS) supports the following workflow between NGINX and your Microservices. You could enhance the features based on your requirement using this template.
- NGINX Management Suite (API Connectivity Manager) publish APIs and upload the NJS of custom JWT to the API gateway.
- The Custom NJS (C-NJS) gets a JWT from a client.
- The C-NJS pulls information from the number of Microservices.
- The C-NJS add information to the JWT.
- The C-NJS send the JWT to an upstream service.