- Upgraded @bytelyst/auth middleware to throw ServiceError types (UnauthorizedError, ForbiddenError) - Added @bytelyst/errors as dependency to auth package - 11 new middleware tests (extractAuth + requireRole) - 4 new E2E tests (full login → JWT → auth → role check flow) - Refactored tracker-service lib/auth.ts from 48-line local impl to 1-line re-export - Added @bytelyst/auth as tracker-service dependency - All 277 tests pass, 0 regressions |
||
|---|---|---|
| .. | ||
| api-client | ||
| auth | ||
| config | ||
| cosmos | ||
| design-tokens | ||
| errors | ||
| fastify-core | ||
| logger | ||
| react-auth | ||
| testing | ||