GTBitsOfGood / juno

Juno is the Unified Infrastructure Platform for Developer Acceleration
7 stars 0 forks source link

API Gateway JWT Generation Tests #93

Open tmthecoder opened 4 days ago

tmthecoder commented 4 days ago

Write Tests for JWT Generation (api-gateway)

Context

The API Gateway exposes a JWT Generation endpoint that generates tokens that users use for their main form of auth across services. We need to test this endpoint to make sure it works as intended

Requirements & Criteria

NOTE: The full test-suite for any package can be run in the root directory of the project by running yarn test:e2e:[service-name]