Hosted client reliability
The client integration path for hosted registration and login was stabilized, with browser circuit preloading available before the first proof.
Mohith / 3 min readWhat changed
The hosted client path received reliability fixes across registration and login. Applications can also preload the browser proof circuit when they know a proof flow is likely to begin.
Preloading moves artifact download and initialization earlier in the journey. It does not make proof work disappear, and it should not block unrelated public pages.
Use preloading deliberately
Start preload near an authentication intent, such as opening sign-in, rather than on every application visit. The current SDK reference uses explicit artifact URLs for the experimental Proof V2 checkout, so new integrations must follow that contract instead of copying a historical constructor.
Performance boundary