flask-rest-jsonapi icon indicating copy to clipboard operation
flask-rest-jsonapi copied to clipboard

Preventing From sending id in Patch or get Requests

Open mhdi01 opened this issue 5 years ago • 0 comments
trafficstars

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?

mhdi01 avatar Nov 14 '20 00:11 mhdi01