CloudKit JS' support for encrypted fields #4
sophiebremer
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
During debugging of CloudKit JS typing of RecordField, I discovered a fragmented support for encrypted fields. This is not part of the CloudKit JS documentation, but the library does support at least a fraction of encrypted fields:
RecordField.isEncrypted = true.'ENCRYPTED_BYTES'is supported by the client library, while the server API also supports other types like'ENCRYPTED_STRING'.The regular documentation describes the feature in detail: https://developer.apple.com/documentation/cloudkit/encrypting_user_data
Some form of support could be added to
tsl-apple-cloudkit, if there is enough interest.Beta Was this translation helpful? Give feedback.
All reactions