More of an open ended question, how tamper proof is $data in regards to malicious user input?
Do we need to sanitise the input ourselves or does the API do this behind the scenes. If not, what functions are available to us to sanitise?
1 Like
following
Hey,
Our system is automatically protected against unsafe data. Therefore, you won’t need to sanitize your users’ input.
Have a good day,
Tal.