fortress icon indicating copy to clipboard operation
fortress copied to clipboard

Apply local or global data transformations

Open alexweissman opened this issue 9 years ago • 1 comments

Instead of "sanitization", we could allow Fortress to apply local or global data transformations, as discussed here: https://github.com/userfrosting/UserFrosting/issues/423

The understanding would be that pre-storage transformations of user data would be the exception, rather than the rule.

alexweissman avatar Dec 11 '15 06:12 alexweissman

How about allowing an arbitrary series of transformations? I.e.:

transform: ['trim', 'purge']

or

transform: ['purify', 'trim']

alexweissman avatar May 31 '16 16:05 alexweissman