Closed tadejgasparovic closed 4 years ago
Adds the option to pass a factory function as the secret. E.g.:
MongooseSchema.plugin(mongooseFieldEncryption, { secret: () => "my-super-secret-code123" });
Adds the option to pass a factory function as the secret. E.g.: