@patientos/website-kit 0.2.3 → 0.2.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -26,5 +26,13 @@ export function CertificateFunnel() {
26
26
  }
27
27
  ```
28
28
 
29
+ `clinicPhone` is shown to the patient exactly as you pass it and dialled in E.164 — pass
30
+ `1300 362 555` and every escape link renders `tel:+611300362555`.
31
+
29
32
  `publicApi.publishableKey` is public by design and is validated against the consuming
30
33
  site's origin by PatientOS. Never put server credentials or patient data in these props.
34
+
35
+ For a PatientOS clinic that explicitly registers `http://localhost:*`, the kit can carry a
36
+ verified patient session back to a dynamically allocated localhost dev server. The
37
+ one-time return credential is scrubbed from the URL and exchanged for a tab-scoped
38
+ bearer; deployed sites continue to use host-only patient cookies.