Sensitive Data #1231
Answered
by
lrljoe
tvaughan73
asked this question in
Q&A
Sensitive Data
#1231
-
How should sensitive data be handled when using model events. I know I can set a field to be excluded but then I would never know a value has changed. Even if I don't know what the old/new value is I would like to at least know that it changed. |
Beta Was this translation helpful? Give feedback.
Answered by
lrljoe
Oct 9, 2023
Replies: 1 comment
-
https://spatie.be/docs/laravel-activitylog/v4/advanced-usage/manipulate-changes-array This will allow you to mask data |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Gummibeer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://spatie.be/docs/laravel-activitylog/v4/advanced-usage/manipulate-changes-array
This will allow you to mask data