/api-gateway

Configure your NGINX (OSS or Plus) Instance as an API Gateway

Configuring NGINX/Plus as an API Gateway

This is the supporting GitHub link for the YouTube tutorial on configuring NGINX/Plus as an API Gateway.

This covers configuring the API Gateway for:

  1. Routing
  2. SSL Termination
  3. Rate Limiting
  4. Authentication
  5. Authorization
  6. Load Balancing

JWT Keys for Testing

JWT with UID 222 eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NTcwNzk3ODUsInVuYW1lIjoiamRvZSIsInVpZCI6IjIyMiIsInN1ZG8iOnRydWUsImRlcHQiOiJJVCIsInVybCI6Imh0dHA6Ly9uZ2lueC5jb20ifQ.L66ii6A-m5GuD4tlbATWiFIdms3NITTKOJSPxvCHWJQ

JWT with UID 111 eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHAiOjE2NTcwNzk3ODUsInVuYW1lIjoiamRvZSIsInVpZCI6IjExMSIsInN1ZG8iOnRydWUsImRlcHQiOiJJVCIsInVybCI6Imh0dHA6Ly9uZ2lueC5jb20ifQ.wIwsagoWUMAZQbhiqicGaUmSL7kdCc3BPqydMqvxl5E

Useful Links:

Built With

Author