> TODO: description
At runtime, the bundle defaults to a hard-coded test API host outside the current site and forwards a browser access-token cookie in request headers. Its role-management routes then issue authenticated POST requests.
Source sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/index.umd.jsView on unpkgThe browser bundle selects a hard-coded Onewo test API host for every host other than two named production environments.
dist/index.umd.jsView on unpkg · L303The bundle sends authenticated POST requests to role-management endpoints when its administrator or role routes are used.
dist/index.umd.jsView on unpkg · L397Each request reads the accesstoken cookie and copies it into Authorization and Access-Token headers.
dist/index.umd.jsView on unpkg · L351The browser bundle selects a hard-coded Onewo test API host for every host other than two named production environments.
dist/index.umd.jsView on unpkg · L303Source sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/index.umd.jsView on unpkgEach request reads the accesstoken cookie and copies it into Authorization and Access-Token headers.
dist/index.umd.jsView on unpkg · L351The bundle sends authenticated POST requests to role-management endpoints when its administrator or role routes are used.
dist/index.umd.jsView on unpkg · L397