-
Type: Improvement
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
CSFLE examples in PHP lib create and use data keys inside the same php file, so we can store key ids in variables. However, I a real world usage keys are created in a different script, and then referenced in the app either by keyAltName, or key ids should be serialized and then deserialized.
It seems that the examples should include one or both of those use cases.