-
Notifications
You must be signed in to change notification settings - Fork 0
Adopt the ProblemDetail customizer, re-export the spec, republish clients #43
Copy link
Copy link
Open
Labels
area: authAuthentication, authorization, sessions, or identity.Authentication, authorization, sessions, or identity.component: apiHTTP API, OpenAPI contract, or API client concern.HTTP API, OpenAPI contract, or API client concern.priority: P1High; important and should be handled in the current iteration.High; important and should be handled in the current iteration.type: featureNew user-facing or operator-facing capability.New user-facing or operator-facing capability.
Description
Activity
Metadata
Metadata
Assignees
Labels
area: authAuthentication, authorization, sessions, or identity.Authentication, authorization, sessions, or identity.component: apiHTTP API, OpenAPI contract, or API client concern.HTTP API, OpenAPI contract, or API client concern.priority: P1High; important and should be handled in the current iteration.High; important and should be handled in the current iteration.type: featureNew user-facing or operator-facing capability.New user-facing or operator-facing capability.
What to build
auth-apiadopts the shared error-response customizer, re-exports its committed spec, and republishes its clients — which now carry both the error schemas and the TanStack Query artifacts.This is the first service to go through the full new pipeline, and its client is what the pilot UI consumes.
Acceptance criteria
application/problem+jsonfor every operationBlocked by