Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 19.1 KB

File metadata and controls

16 lines (13 loc) · 19.1 KB

UpdateInstanceRequestBody

Fields

Field Type Required Description
testMode JsonNullable<Boolean> Toggles test mode for this instance, allowing the use of test email addresses and phone numbers.
Defaults to true for development instances.
hibp JsonNullable<Boolean> Whether the instance should be using the HIBP service to check passwords for breaches
supportEmail JsonNullable<String> N/A
clerkJsVersion JsonNullable<String> N/A
developmentOrigin JsonNullable<String> N/A
allowedOrigins List<String> For browser-like stacks such as browser extensions, Electron (not officially supported), or Capacitor.js (not officially supported), the instance allowed origins need to be updated with the request origin value. For Chrome extensions popup, background, or service worker pages, the origin is chrome-extension://extension_uuid. For Electron apps the default origin is http://localhost:3000. For Capacitor, the origin is capacitor://localhost.
cookielessDev JsonNullable<Boolean> : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.

Whether the instance should operate in cookieless development mode (i.e. without third-party cookies).
Deprecated: Please use url_based_session_syncing instead.
urlBasedSessionSyncing JsonNullable<Boolean> Whether the instance should use URL-based session syncing in development mode (i.e. without third-party cookies).
preferredSignInStrategyWhenPasswordRequired JsonNullable<PreferredSignInStrategyWhenPasswordRequired> When password is required at the instance level, sets the preferred sign-in strategy surfaced to Clerk components. Has no effect when password is not required. Defaults to password. Set to an empty string to clear the override.