hello,
I want to prevent from sending Id in Requests related to ResourceDetail due to security things.
I want to handle the object via a token that is generated by flask-jwt and it's in the header of the requests.
is there any way to handle that or the requests should be overwritten?
hello, I want to prevent from sending Id in Requests related to ResourceDetail due to security things. I want to handle the object via a token that is generated by flask-jwt and it's in the header of the requests. is there any way to handle that or the requests should be overwritten?