Complaint Management UI package — atomic React components that run on the parent app's auth and API
At runtime, the mounted component can send a host application's passed or cookie-stored bearer token to a hardcoded external API base URL. This occurs when it performs API operations without an overriding apiUrl.
Source sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/complaint-app.umd.jsView on unpkgHardcoded default receiver api-grievance.airaops.com.
dist/complaint-app.jsView on unpkg · L3794Mounted UI fetches supplied systemsEndpoint automatically.
dist/complaint-app.jsView on unpkg · L4884Refresh token is sent to the hardcoded base URL on 401/402.
dist/complaint-app.jsView on unpkg · L3825Requests attach passed or cookie token as Bearer authorization.
dist/complaint-app.jsView on unpkg · L3808Source sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/complaint-app.umd.jsView on unpkgHardcoded default receiver api-grievance.airaops.com.
dist/complaint-app.jsView on unpkg · L3794Requests attach passed or cookie token as Bearer authorization.
Refresh token is sent to the hardcoded base URL on 401/402.
dist/complaint-app.jsView on unpkg · L3825Mounted UI fetches supplied systemsEndpoint automatically.
dist/complaint-app.jsView on unpkg · L4884