Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion resources/hipaa.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The customer remains the owner of their application, databases, and client devic


* **Client Device Security**
Customers must implement all necessary **administrative, physical, and technical safeguards** on the **client-side devices** (mobile, web app). This includes device access controls, encryption of the client-side PowerSync SQLite database, and secure disposal of data when a user or device is de-provisioned.
Customers must implement all necessary **administrative, physical, and technical safeguards** on the **client-side devices** (mobile, web app). This includes device access controls, encryption of the client-side PowerSync SQLite database (see [client-side encryption](/client-sdks/advanced/data-encryption#at-rest-encryption)), and secure disposal of data when a user or device is de-provisioned. To clear the whole database, see the `disconnectAndClear` method across various SDKs ([JavaScript example](https://powersync-ja.github.io/powersync-js/common/interfaces/CommonPowerSyncDatabase#disconnectandclear)). If using Raw Tables, be sure to set a `clear` statement for each table containing ePHI, as specified in [Deleting Data and Raw Tables](/client-sdks/advanced/raw-tables#deleting-data-and-raw-tables)


* **Data Filtering and Access Control**
Expand Down
2 changes: 1 addition & 1 deletion resources/security.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See [Private Endpoints](/configuration/source-db/private-endpoints) for connecti

### HIPAA Compliance

PowerSync Cloud is HIPAA compliant. You can sync Protected Health Information (PHI) or electronic PHI (ePHI) using PowerSync Cloud provided that you fulfill your obligations under our shared responsibility model. Refer to our [HIPAA Compliance](/resources/hipaa) page for details.
PowerSync Cloud is HIPAA compliant for Team and Enterprise customers. You can sync Protected Health Information (PHI) or electronic PHI (ePHI) using PowerSync Cloud provided that you fulfill your obligations under our shared responsibility model. Refer to our [HIPAA Compliance](/resources/hipaa) page for details.


## Client-Side Security
Expand Down
Loading