You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* For browser-like stacks such as browser extensions, Electron, or Capacitor.js the instance allowed origins need to be updated with the request origin value.
31
+
*
32
+
* @remarks For Chrome extensions popup, background, or service worker pages the origin is chrome-extension://extension_uiid. For Electron apps the default origin is http://localhost:3000. For Capacitor, the origin is capacitor://localhost.
33
+
*/
34
+
allowedOrigins?: Array<string>|undefined;
35
+
/**
36
+
* Whether the instance should use URL-based session syncing in development mode (i.e. without third-party cookies).
0 commit comments