This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
15.0.0
Changed
- BREAKING Removed
encryptor
class variable (#293) - BREAKING Removed
cacheEncryptionKey
class variable (#293) - BREAKING Changed
encryptor
constructor option property type toGenericEncryptor | ExportableKeyEncryptor | undefined
(#293)- When the controller is instantiated with
cacheEncryptionKey = true
, theencryptor
type is restricted toExportableKeyEncryptor | undefined
- When the controller is instantiated with