miLibris / flask-rest-jsonapi

Flask extension to build REST APIs around JSONAPI 1.0 specification.
http://flask-rest-jsonapi.readthedocs.io
MIT License
597 stars 153 forks source link

Preventing From sending id in Patch or get Requests #197

Open mhdi01 opened 3 years ago

mhdi01 commented 3 years ago

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?