Level 50
filter the data (based upon pro/non-pro) on the backend side
i have an input element that is disabled=true for non-pro members based on functions, but disabled=false for pro members. And based on the data from the input's form, data is fetched from the server. Is it safe? can someone manipulate the data fetching by changing disabled=false in the client side? it is a spa with vite
Please or to participate in this conversation.