flask-rest-jsonapi
flask-rest-jsonapi copied to clipboard
Preventing From sending id in Patch or get Requests
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?