Closed tadejgasparovic closed 4 years ago
Adds the option to pass a factory function for the secret. E.g.:
MongooseSchema.plugin(fieldEncryption, { secret: () => "my-super-secret-code123" });
Looks great, thanks for contributing!
Adds the option to pass a factory function for the secret. E.g.: