d8-contrib-modules / field_encrypt

CODE HAS BEEN MOVED TO https://www.drupal.org/project/field_encrypt
0 stars 5 forks source link

Encrypt integration - alternative approach #20

Closed svendecabooter closed 8 years ago

svendecabooter commented 8 years ago

Alternative, simplified approach for integrating the field_encrypt module with the Encrypt module:

This alternative approach makes the dependency on Encrypt module a bit less open-ended, but I don't think that's necessarily a bad thing...

svendecabooter commented 8 years ago

See also the listing of TODOs in https://github.com/d8-contrib-modules/field_encrypt/pull/19. Perhaps it wasn't the best idea to create a new PR for the flow of the discussion, but it's easier to separate the 2 alternative approaches.

Some extra remarks, which were raised in https://github.com/d8-contrib-modules/field_encrypt/pull/19:

nerdstein commented 8 years ago

Finished reviewing and left comments.

YES this is much closer to what I was thinking. I really like it.

svendecabooter commented 8 years ago

Added settings form to select default properties per field type, to be used when setting up any field for field encryption. Upon installing the module, sensible defaults are already set for core Drupal field types.

nerdstein commented 8 years ago

This is perfect, I'm merging this in to get this going. I love it