-
Notifications
You must be signed in to change notification settings - Fork 0
Move every auth-ui operation onto the globally configured client #39
Copy link
Copy link
Open
Labels
area: authAuthentication, authorization, sessions, or identity.Authentication, authorization, sessions, or identity.component: uiUser interface component or frontend application.User interface component or frontend application.priority: P1High; important and should be handled in the current iteration.High; important and should be handled in the current iteration.type: refactorCode structure change without intended behavior change.Code structure change without intended behavior change.
Description
Activity
Metadata
Metadata
Assignees
Labels
area: authAuthentication, authorization, sessions, or identity.Authentication, authorization, sessions, or identity.component: uiUser interface component or frontend application.User interface component or frontend application.priority: P1High; important and should be handled in the current iteration.High; important and should be handled in the current iteration.type: refactorCode structure change without intended behavior change.Code structure change without intended behavior change.
What to build
Every operation in this application routes through the globally configured client rather than passing configuration per call.
This matters beyond tidiness: generated query options build their cache key from the options object, so passing base URL or headers per call would key the cache on request configuration including auth headers.
Acceptance criteria
Blocked by