GTBitsOfGood / juno

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

Auth Service JWT Generation + Validation Tests #94

Open tmthecoder opened 4 days ago

tmthecoder commented 4 days ago

Write Tests for Auth Service JWT Generation + Validation

Context

The Auth Service RPC exposes JWT create + validate methods. Create is used in the api gateway and validate is used across services to validate tokens before accessing services. These endpoints need to be testes

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]