> TODO: description
The browser bundle globally configures Axios at import time. On unrecognized hosts, subsequent package API requests send an existing accesstoken cookie to a hard-coded external test server.
Source sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/index.umd.jsView on unpkgImporting the bundle selects an external test API for every host other than two named Onewo hosts.
dist/index.umd.jsView on unpkg · L301The request interceptor reads the accesstoken cookie and places it in two authentication headers.
dist/index.umd.jsView on unpkg · L337The bundle posts administrator and role data through that configured client.
dist/index.umd.jsView on unpkg · L391Importing the bundle selects an external test API for every host other than two named Onewo hosts.
dist/index.umd.jsView on unpkg · L301The request interceptor reads the accesstoken cookie and places it in two authentication headers.
dist/index.umd.jsView on unpkg · L337Source sends credentials or rich application records to a package-controlled external receiver enabled by default.
dist/index.umd.jsView on unpkgThe bundle posts administrator and role data through that configured client.
dist/index.umd.jsView on unpkg · L391